From 998428de7440152ad4c333241749460c46d7f823 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Wed, 23 Apr 2003 17:30:28 +0000 Subject: [PATCH] --- marco/test/prueba/conf/confSecciones.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.43.0