X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/2811c2d4f8e481a2870965a53f7b0dda53acc021..58890a698f770e368aedf137df241bc01041e62e:/test/Marco/prueba/conf/confSecciones.php?ds=sidebyside diff --git a/test/Marco/prueba/conf/confSecciones.php b/test/Marco/prueba/conf/confSecciones.php index 62d16f9..a523984 100644 --- a/test/Marco/prueba/conf/confSecciones.php +++ b/test/Marco/prueba/conf/confSecciones.php @@ -65,7 +65,6 @@ array ( 'nombre' => 'Filtrar Usuario', //NOMBRE DEL HIJO 1 'imagenComun' => 'usuarios-filtrar.gif', //IMAGEN COMUN 'imagenMouseOn' => '', // - 'permisos' => array (20,25,27,35), 'imagenSelect' => '', // 'link' => 'usuarios-filtrar', //LINK DEL HIJO 'subhijos' => array ( 'sarasa1', @@ -81,6 +80,7 @@ 'link' => 'usuarios-abm', //LINK DEL HIJO ), ), + ), // }}} FIN SECCION 1 // SECCION 2 {{{ @@ -89,11 +89,10 @@ 'nombre' => 'Perfiles', //NOMBRE DE LA SECCION 'imagenComun' => 'perfiles.gif', //IMAGEN COMUN 'imagenMouseOn' => '', // - 'permisos' => array (20,25,27,35), 'imagenSelect' => '', // 'link' => 'perfiles', //LINK DE LA SECCION - 'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) -/* 'hijos' => array ( //HIJOS PARA EL MENU + 'tipoMenu' => 'horizontal', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'hijos' => array ( //HIJOS PARA EL MENU array ( 'nombre' => 'Perfiles - Hijo', //NOMBRE DEL HIJO 1 'imagenComun' => 'perfiles-nionio.gif', //IMAGEN COMUN 'imagenMouseOn' => '', // @@ -101,7 +100,7 @@ 'link' => 'perfiles-hijo', //LINK DEL HIJO ), ), -*/ + ), // }}} FIN SECCION 2 ),