X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/c2adf663cf9e891695ecb153050837984b5f7bf4..f81e0bacd95ec2e24f5da489d4289b8c4fb20a8c:/marco/test/prueba/conf/confSecciones.php diff --git a/marco/test/prueba/conf/confSecciones.php b/marco/test/prueba/conf/confSecciones.php index 36ad64b..7c902e7 100644 --- a/marco/test/prueba/conf/confSecciones.php +++ b/marco/test/prueba/conf/confSecciones.php @@ -39,17 +39,17 @@ // SECCION 1 {{{ array ( 'nombre' => 'Usuarios', //NOMBRE DE LA SECCION - 'imagenComun' => 'Usuarios', //IMAGEN COMUN - 'imagenMouseOn' => ''; //Opcional - 'ImagenSelect' => ''; //Opcional + 'imagenComun' => 'usuario', //IMAGEN COMUN + 'imagenMouseOn' => '', //Opcional + 'ImagenSelect' => '', //Opcional 'link' => 'usuarios', //LINK DE LA SECCION 'hijos' => array ( - '0' => array ( 'nombre'=> 'Filtrar Usuario', //NOMBRE DEL HIJO - 'link' => 'usuarios-filtrar', //LINK DEL HIJO - ), - '1' => array ( 'nombre'=> 'ABM Usuario', //NOMBRE DEL HIJO - 'link' => 'usuarios-abm', //LINK DEL HIJO - ), + array ( 'nombre'=> 'Filtrar Usuario', //NOMBRE DEL HIJO + 'link' => 'usuarios-filtrar', //LINK DEL HIJO + ), + array ( 'nombre'=> 'ABM Usuario', //NOMBRE DEL HIJO + 'link' => 'usuarios-abm', //LINK DEL HIJO + ), ), ), // }}} FIN SECCION 1