X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/3e43dee8eaa2c6e3d6accc222dd965d4acf5f044..8a21b9d769b4ddc74af42cd6134c0760fffaa97b:/test/Marco/prueba/conf/confSecciones.php diff --git a/test/Marco/prueba/conf/confSecciones.php b/test/Marco/prueba/conf/confSecciones.php index c863aeb..c418382 100644 --- a/test/Marco/prueba/conf/confSecciones.php +++ b/test/Marco/prueba/conf/confSecciones.php @@ -60,11 +60,12 @@ 'imagenMouseOn' => '', // 'imagenSelect' => '', // 'link' => 'usuarios', //LINK DE LA SECCION - 'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'tipoMenu' => 'horizontal', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) 'hijos' => array ( //HIJOS PARA EL MENU 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', @@ -88,10 +89,11 @@ '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 + 'hijos' => array ( //HIJOS PARA EL MENU array ( 'nombre' => 'Perfiles - Hijo', //NOMBRE DEL HIJO 1 'imagenComun' => 'perfiles-nionio.gif', //IMAGEN COMUN 'imagenMouseOn' => '', // @@ -99,7 +101,7 @@ 'link' => 'perfiles-hijo', //LINK DEL HIJO ), ), -*/ + ), // }}} FIN SECCION 2 ),