X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/ee6f4c88016bc8938dc047036965dc937e68584c..3b53a78c315679eaa81ee631458f248f9e3e1ac9:/marco/test/prueba/conf/confSecciones.php diff --git a/marco/test/prueba/conf/confSecciones.php b/marco/test/prueba/conf/confSecciones.php index 7e9acde..3ee0a95 100644 --- a/marco/test/prueba/conf/confSecciones.php +++ b/marco/test/prueba/conf/confSecciones.php @@ -43,7 +43,7 @@ // 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 @@ -63,7 +63,26 @@ ), ), ), - // }}} 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' => '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' => 'perfiles-hijo', //LINK DEL HIJO + ), + ), + ), + // }}} FIN SECCION 2 + ); ?>