From c2adf663cf9e891695ecb153050837984b5f7bf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Wed, 23 Apr 2003 17:28:48 +0000 Subject: [PATCH] --- marco/test/prueba/conf/confSecciones.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/marco/test/prueba/conf/confSecciones.php b/marco/test/prueba/conf/confSecciones.php index 11a9c1f..36ad64b 100644 --- a/marco/test/prueba/conf/confSecciones.php +++ b/marco/test/prueba/conf/confSecciones.php @@ -44,12 +44,12 @@ 'ImagenSelect' => ''; //Opcional 'link' => 'usuarios', //LINK DE LA SECCION 'hijos' => array ( - 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 - ), + '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 + ), ), ), // }}} FIN SECCION 1 -- 2.43.0