X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/ee6f4c88016bc8938dc047036965dc937e68584c..b5366aa9129e3dc9c54748331a7fe5f91c2f83e5:/marco/test/prueba/conf/confSecciones.php?ds=sidebyside diff --git a/marco/test/prueba/conf/confSecciones.php b/marco/test/prueba/conf/confSecciones.php index 7e9acde..5f19768 100644 --- a/marco/test/prueba/conf/confSecciones.php +++ b/marco/test/prueba/conf/confSecciones.php @@ -43,27 +43,54 @@ // LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK array ( 'nombre' => 'Usuarios', //NOMBRE DE LA SECCION - 'imagenComun' => 'usuario', //IMAGEN COMUN + 'imagenComun' => 'usuarios', //IMAGEN COMUN 'imagenMouseOn' => '', // 'imagenSelect' => '', // - 'link' => 'usuarios', //LINK DE LA SECCION - 'tipoMenu' => 'oculto', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'link' => '/www/sistemas/prueba/www/usuarios', //LINK DE LA SECCION + '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 + 'link' => '/www/sistemas/prueba/www/usuarios-filtrar', //LINK DEL HIJO + 'mostrar' => true, + 'subhijos' => array ( '/www/sistemas/prueba/www/sarasa1', + '/www/sistemas/prueba/www/sarasa2', + '/www/sistemas/prueba/www/sarasa3', + '/www/sistemas/prueba/www/sarasa4', + ), ), array ( 'nombre' => 'ABM Usuario', //NOMBRE DEL HIJO 2 'imagenComun' => 'usuarios-abm', //IMAGEN COMUN 'imagenMouseOn' => '', // 'imagenSelect' => '', // - 'link' => 'usuarios-abm', //LINK DEL HIJO + 'link' => '/www/sistemas/prueba/www/usuarios-abm', //LINK DEL HIJO + 'mostrar' => true, ), ), ), - // }}} FIN SECCION 1 - ); + // }}} FIN SECCION 1 + // SECCION 2 {{{ + // LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK + array ( + 'nombre' => 'Perfiles', //NOMBRE DE LA SECCION + 'imagenComun' => 'perfiles', //IMAGEN COMUN + 'imagenMouseOn' => '', // + 'imagenSelect' => '', // + 'link' => '/www/sistemas/prueba/www/perfiles', //LINK DE LA SECCION + 'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'hijos' => array ( //HIJOS PARA EL MENU + array ( 'nombre' => 'Perfiles - Hijo', //NOMBRE DEL HIJO 1 + 'imagenComun' => 'perfiles-nionio', //IMAGEN COMUN + 'imagenMouseOn' => '', // + 'imagenSelect' => '', // + 'link' => '/www/sistemas/prueba/www/perfiles-hijo', //LINK DEL HIJO + 'mostrar' => false, + ), + ), + ), + // }}} FIN SECCION 2 + ); ?>