]> git.llucax.com Git - mecon/ai.git/blobdiff - sistema/conf/Marco.php
Se agrega la seccion nueva para hacer la carga de secciones ocultas.
[mecon/ai.git] / sistema / conf / Marco.php
index a676d7b3e354528e300ebcf956f2de1624aa1087..ad1b9b2e1162b3d2528626053c6983116abec3ce 100644 (file)
@@ -42,8 +42,24 @@ return array (
             'nombre'        => 'Noticias',              // Nombre de la sección
             'imagenComun'   => 'general_noticias.gif',  // Imagen común
             'link'          => 'index/grupo',           // Link de la sección
-            'tipoMenu'      => 'oculto',                // Tipo del menú de hijos [vertical, horizontal, oculto]
+            'tipoMenu'      => 'horizontal',            // Tipo del menú de hijos [vertical, horizontal, oculto]
             'permisos'      => AI_PERM_NOTICIAS,
+            'hijos'         => array(
+                array('nombre'      => 'Grupos', // {{{
+                    'imagenComun'   => 'grupos.gif',
+                    'imagenMouseOn' => 'grupos2.gif',
+                    'imagenSelect'  => 'grupos3.gif',
+                    'link'          => 'index/grupo',
+                    'permisos'      => array(AI_PERM_NOTICIAS),
+                ), // }}}
+                array('nombre'      => 'Secciones ocultas', // {{{
+                    'imagenComun'   => 'secciones_ocultas.gif',
+                    'imagenMouseOn' => 'secciones_ocultas2.gif',
+                    'imagenSelect'  => 'secciones_ocultas3.gif',
+                    'link'          => 'secciones_ocultas',
+                    'permisos'      => array(AI_PERM_NOTICIAS),
+                ), // }}}
+            ),
         ),
         // }}}
 
@@ -66,7 +82,9 @@ return array (
             'permisos'      => AI_PERM_SISTEMAS,
         ),
         // }}}
+
     ),
+
 );
 
 ?>