Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2907 | Rev 2909 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2907 Rev 2908
Línea 59... Línea 59...
59
    	    if($childsLevel2) {
59
    	    if($childsLevel2) {
60
    	        foreach($childsLevel2 as $childLevel2) {
60
    	        foreach($childsLevel2 as $childLevel2) {
61
    	            if(!$acl->isAllowed($session_usertype_id ,  $childLevel2->getRoute())) {
61
    	            if(!$acl->isAllowed($session_usertype_id ,  $childLevel2->getRoute())) {
62
    	                continue;
62
    	                continue;
63
    	            }
63
    	            }
-
 
64
    	            
-
 
65
    	            array_push($childs_level2, [
-
 
66
    	                'label' => $childLevel2->getLabel(),
-
 
67
    	                'href' => $childLevel2->getHref(),
-
 
68
    	                
-
 
69
    	            ]);
64
    	        }
70
    	        }
Línea 65... Línea -...
65
    	        
-
 
66
    	        array_push($childs_level2, [
-
 
67
    	            'label' => $childLevel2->getLabel(),
-
 
68
    	            'href' => $childLevel2->getHref(),
71
    	        
69
    	            
-
 
70
    	        ]);
72
    	       
Línea 71... Línea 73...
71
    	    }
73
    	    }
72
    	    
74