return array (
//Directorios web del sistema, salvo el root, todos son opcionales
//Si no se ponen, o estan vacias se asume lo que dice el comentario al lado de cada una
return array (
//Directorios web del sistema, salvo el root, todos son opcionales
//Si no se ponen, o estan vacias se asume lo que dice el comentario al lado de cada una
- 'directorios' => array ('root' => '/www/sistemas/prueba', // obligatorio
- 'imagenes' => '/www/sistemas/prueba/www/images', // <root>/www/images
+ 'directorios' => array ('root' => '/sistemas/prueba', // obligatorio
+ 'imagenes' => '/sistemas/prueba/images', // <root>/www/images
'estilos' => '', // <root>/www/css
'js' => '', // <root>/www/js
'www' => '', // <root>/www/
'estilos' => '', // <root>/www/css
'js' => '', // <root>/www/js
'www' => '', // <root>/www/
// LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK
array (
'nombre' => 'Usuarios', //NOMBRE DE LA SECCION
// LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK
array (
'nombre' => 'Usuarios', //NOMBRE DE LA SECCION
'imagenMouseOn' => '', //
'imagenSelect' => '', //
'link' => 'usuarios', //LINK DE LA SECCION
'imagenMouseOn' => '', //
'imagenSelect' => '', //
'link' => 'usuarios', //LINK DE LA SECCION
- 'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto)
+ 'tipoMenu' => 'oculto', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto)
'hijos' => array ( //HIJOS PARA EL MENU
array ( 'nombre' => 'Filtrar Usuario', //NOMBRE DEL HIJO 1
'hijos' => array ( //HIJOS PARA EL MENU
array ( 'nombre' => 'Filtrar Usuario', //NOMBRE DEL HIJO 1
'imagenMouseOn' => '', //
'imagenSelect' => '', //
'link' => 'usuarios-filtrar', //LINK DEL HIJO
'imagenMouseOn' => '', //
'imagenSelect' => '', //
'link' => 'usuarios-filtrar', //LINK DEL HIJO
'imagenMouseOn' => '', //
'imagenSelect' => '', //
'link' => 'usuarios-abm', //LINK DEL HIJO
'imagenMouseOn' => '', //
'imagenSelect' => '', //
'link' => 'usuarios-abm', //LINK DEL HIJO
// LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK
array (
'nombre' => 'Perfiles', //NOMBRE DE LA SECCION
// LAS UNICAS CLAVES OBLIGATORIAS SON NOMBRE, IMAGENCOMUN Y LINK
array (
'nombre' => 'Perfiles', //NOMBRE DE LA SECCION
'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
'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
'imagenMouseOn' => '', //
'imagenSelect' => '', //
'link' => 'perfiles-hijo', //LINK DEL HIJO
'imagenMouseOn' => '', //
'imagenSelect' => '', //
'link' => 'perfiles-hijo', //LINK DEL HIJO