X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/3b53a78c315679eaa81ee631458f248f9e3e1ac9..d12f85d416a71572706f7cfcf6eea269d5954913:/marco/test/prueba/conf/confSecciones.php diff --git a/marco/test/prueba/conf/confSecciones.php b/marco/test/prueba/conf/confSecciones.php index 3ee0a95..ce8e921 100644 --- a/marco/test/prueba/conf/confSecciones.php +++ b/marco/test/prueba/conf/confSecciones.php @@ -47,19 +47,26 @@ 'imagenMouseOn' => '', // 'imagenSelect' => '', // 'link' => 'usuarios', //LINK DE LA SECCION - 'tipoMenu' => 'oculto', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) 'hijos' => array ( //HIJOS PARA EL MENU array ( 'nombre' => 'Filtrar Usuario', //NOMBRE DEL HIJO 1 - 'imagenComun' => 'usuarios-filtar', //IMAGEN COMUN + 'imagenComun' => 'usuarios-filtrar', //IMAGEN COMUN 'imagenMouseOn' => '', // 'imagenSelect' => '', // 'link' => 'usuarios-filtrar', //LINK DEL HIJO + 'mostrar' => true, + 'subhijos' => array ( 'sarasa1', + 'sarasa2', + 'sarasa3', + 'sarasa4', + ), ), array ( 'nombre' => 'ABM Usuario', //NOMBRE DEL HIJO 2 'imagenComun' => 'usuarios-abm', //IMAGEN COMUN 'imagenMouseOn' => '', // 'imagenSelect' => '', // 'link' => 'usuarios-abm', //LINK DEL HIJO + 'mostrar' => true, ), ), ), @@ -79,6 +86,7 @@ 'imagenMouseOn' => '', // 'imagenSelect' => '', // 'link' => 'perfiles-hijo', //LINK DEL HIJO + 'mostrar' => false, ), ), ),