X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/41e77d4af0b32ab496bc7d71d7688381f479a90b..3bbf65058e31f0a2cc0803fa695f9d4663a53c65:/marco/test/prueba/conf/confSecciones.php diff --git a/marco/test/prueba/conf/confSecciones.php b/marco/test/prueba/conf/confSecciones.php index 9101eb5..a0978bd 100644 --- a/marco/test/prueba/conf/confSecciones.php +++ b/marco/test/prueba/conf/confSecciones.php @@ -46,27 +46,25 @@ 'imagenComun' => 'usuarios', //IMAGEN COMUN 'imagenMouseOn' => '', // 'imagenSelect' => '', // - 'link' => '/www/sistemas/prueba/www/usuarios', //LINK DE LA SECCION - 'tipoMenu' => 'horizontal', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'link' => '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-filtrar', //IMAGEN COMUN 'imagenMouseOn' => '', // 'imagenSelect' => '', // - 'link' => '/www/sistemas/prueba/www/usuarios-filtrar', //LINK DEL HIJO - 'mostrar' => true, - 'hijos' => array ( '/www/sistemas/prueba/www/sarasa1', - '/www/sistemas/prueba/www/sarasa2', - '/www/sistemas/prueba/www/sarasa3', - '/www/sistemas/prueba/www/sarasa4', + 'link' => 'usuarios-filtrar', //LINK DEL HIJO + 'subhijos' => array ( 'sarasa1', + 'sarasa2', + 'sarasa3', + 'sarasa4', ), ), array ( 'nombre' => 'ABM Usuario', //NOMBRE DEL HIJO 2 'imagenComun' => 'usuarios-abm', //IMAGEN COMUN 'imagenMouseOn' => '', // 'imagenSelect' => '', // - 'link' => '/www/sistemas/prueba/www/usuarios-abm', //LINK DEL HIJO - 'mostrar' => true, + 'link' => 'usuarios-abm', //LINK DEL HIJO ), ), ), @@ -78,15 +76,14 @@ 'imagenComun' => 'perfiles', //IMAGEN COMUN 'imagenMouseOn' => '', // 'imagenSelect' => '', // - 'link' => '/www/sistemas/prueba/www/perfiles', //LINK DE LA SECCION - 'tipoMenu' => 'horizontal', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'link' => '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, + 'link' => 'perfiles-hijo', //LINK DEL HIJO ), ), ),