]> git.llucax.com Git - mecon/meconlib.git/blobdiff - test/Marco/prueba/conf/confSecciones.php
BugFix en Marco
[mecon/meconlib.git] / test / Marco / prueba / conf / confSecciones.php
index 549a1c94f9c3d20641b673545ea3444427f6a0c4..c418382fc2508829a57430b53f2d81562410124e 100644 (file)
@@ -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
                     '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',
                     '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' => '',                  //
                                                     'link'          => 'perfiles-hijo',     //LINK DEL HIJO
                                             ),
                                         ),
-*/
+
                 ),
                 // }}} FIN SECCION 2 
         ),