X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/c2adf663cf9e891695ecb153050837984b5f7bf4..998428de7440152ad4c333241749460c46d7f823:/marco/test/prueba/conf/confSecciones.php?ds=inline diff --git a/marco/test/prueba/conf/confSecciones.php b/marco/test/prueba/conf/confSecciones.php index 36ad64b..92116eb 100644 --- a/marco/test/prueba/conf/confSecciones.php +++ b/marco/test/prueba/conf/confSecciones.php @@ -40,16 +40,16 @@ array ( 'nombre' => 'Usuarios', //NOMBRE DE LA SECCION 'imagenComun' => 'Usuarios', //IMAGEN COMUN - 'imagenMouseOn' => ''; //Opcional - 'ImagenSelect' => ''; //Opcional + '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