X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/337487f45e68fd1cbbdbb823b86b6648f8325861..8a21b9d769b4ddc74af42cd6134c0760fffaa97b:/test/Marco/prueba/conf/confSecciones.php diff --git a/test/Marco/prueba/conf/confSecciones.php b/test/Marco/prueba/conf/confSecciones.php index 549a1c9..c418382 100644 --- a/test/Marco/prueba/conf/confSecciones.php +++ b/test/Marco/prueba/conf/confSecciones.php @@ -51,7 +51,6 @@ 'directorios_fs' => array ('cache' => '', // /tmp ), 'titulo_sistema' => 'Prueba del Objeto Marco', - 'pie_sistema' => 'Prueba Objeto Marco - Ministerio de Economia', 'secciones' => array ( // SECCION 1 {{{ // LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK @@ -61,11 +60,12 @@ 'imagenMouseOn' => '', // 'imagenSelect' => '', // 'link' => 'usuarios', //LINK DE LA SECCION - 'tipoMenu' => 'oculto', //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', @@ -89,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' => '', // @@ -100,7 +101,7 @@ 'link' => 'perfiles-hijo', //LINK DEL HIJO ), ), -*/ + ), // }}} FIN SECCION 2 ),