]> git.llucax.com Git - mecon/meconlib.git/blobdiff - test/Marco/prueba/conf/confSecciones.php
Se agregan 2 nuevos campos a la configuracion: 'where' y 'order'.
[mecon/meconlib.git] / test / Marco / prueba / conf / confSecciones.php
index 96d22e1126b59987cd970e422190c4a1be349c4e..a3e9db7ebd61f14bfee8e797837d6c3f8cd28bd7 100644 (file)
@@ -41,8 +41,8 @@
     return array (
             //Directorios web del sistema, salvo el root, todos son opcionales
             //Si no se ponen, o estan vacias se asume lo que dice el comentario al lado de cada una
-            'directorios'       => array ('root'     => '/www/sistemas/prueba',              // obligatorio
-                                          'imagenes' => '/www/sistemas/prueba/www/images',   // <root>/www/images
+            'directorios'       => array ('root'     => '/sistemas/prueba',              // obligatorio
+                                          'imagenes' => '/sistemas/prueba/images',   // <root>/www/images
                                           'estilos'  => '',                                  // <root>/www/css
                                           'js'       => '',                                  // <root>/www/js
                                           'www'      => '',                                  // <root>/www/
                 // LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK
                 array (
                     'nombre'        => 'Usuarios',      //NOMBRE DE LA SECCION
-                    'imagenComun'   => 'usuarios',       //IMAGEN COMUN
+                    'imagenComun'   => 'usuarios.gif',       //IMAGEN COMUN
                     'imagenMouseOn' => '',              //
                     'imagenSelect'  => '',              //
                     'link'          => 'usuarios',      //LINK DE LA SECCION
                     'tipoMenu'      => 'vertical',      //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',   //IMAGEN COMUN
+                                                    'imagenComun'   => 'usuarios-filtrar.gif',   //IMAGEN COMUN
                                                     'imagenMouseOn' => '',                  //
                                                     'imagenSelect'  => '',                  //
                                                     'link'          => 'usuarios-filtrar',  //LINK DEL HIJO
@@ -75,7 +75,7 @@
                                                                        ),
                                             ),
                                             array ( 'nombre'        => 'ABM Usuario',       //NOMBRE DEL HIJO 2
-                                                    'imagenComun'   => 'usuarios-abm',      //IMAGEN COMUN
+                                                    'imagenComun'   => 'usuarios-abm.gif',      //IMAGEN COMUN
                                                     'imagenMouseOn' => '',                  //
                                                     'imagenSelect'  => '',                  //
                                                     'link'          => 'usuarios-abm',      //LINK DEL HIJO
                 // LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK
                 array (
                     'nombre'        => 'Perfiles',      //NOMBRE DE LA SECCION
-                    'imagenComun'   => 'perfiles',       //IMAGEN COMUN
+                    'imagenComun'   => 'perfiles.gif',       //IMAGEN COMUN
                     'imagenMouseOn' => '',              //
                     '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',   //IMAGEN COMUN
+                                                    'imagenComun'   => 'perfiles-nionio.gif',   //IMAGEN COMUN
                                                     'imagenMouseOn' => '',                  //
                                                     'imagenSelect'  => '',                  //
                                                     'link'          => 'perfiles-hijo',     //LINK DEL HIJO
                                             ),
                                         ),
+*/
                 ),
                 // }}} FIN SECCION 2 
         ),