X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/e4933acba55d19fb8f3548f4e43171997a978b1b..c2adf663cf9e891695ecb153050837984b5f7bf4:/marco/test/prueba/conf/confSecciones.php 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