X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/3e43dee8eaa2c6e3d6accc222dd965d4acf5f044..c49c4882cf7f68c039797ec1fe9d2fb036597965:/test/Marco/prueba/conf/confSecciones.php diff --git a/test/Marco/prueba/conf/confSecciones.php b/test/Marco/prueba/conf/confSecciones.php index c863aeb..2956eec 100644 --- a/test/Marco/prueba/conf/confSecciones.php +++ b/test/Marco/prueba/conf/confSecciones.php @@ -41,8 +41,8 @@ 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' => '/sistemas/prueba', // obligatorio - 'imagenes' => '/sistemas/prueba/images', // /www/images + 'directorios' => array ('root' => '/sistemas/prueba_samurai', // obligatorio + 'imagenes' => '', // /www/images 'estilos' => '', // /www/css 'js' => '', // /www/js 'www' => '', // /www/ @@ -80,6 +80,7 @@ 'link' => 'usuarios-abm', //LINK DEL HIJO ), ), + ), // }}} FIN SECCION 1 // SECCION 2 {{{ @@ -91,7 +92,7 @@ 'imagenSelect' => '', // 'link' => 'perfiles', //LINK DE LA SECCION 'tipoMenu' => 'vertical', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) -/* 'hijos' => array ( //HIJOS PARA EL MENU + 'hijos' => array ( //HIJOS PARA EL MENU array ( 'nombre' => 'Perfiles - Hijo', //NOMBRE DEL HIJO 1 'imagenComun' => 'perfiles-nionio.gif', //IMAGEN COMUN 'imagenMouseOn' => '', // @@ -99,10 +100,34 @@ 'link' => 'perfiles-hijo', //LINK DEL HIJO ), ), -*/ + ), // }}} FIN SECCION 2 - ), + //SECCION SAMURAI USUARIO {{{ + array ( + 'nombre' => 'Administracion', //NOMBRE DE LA SECCION + 'imagenComun' => 'general_admin.gif', //IMAGEN COMUN + 'imagenMouseOn' => '', // + 'imagenSelect' => '', // + 'link' => 'samurai_perfiles', //LINK DE LA SECCION + 'tipoMenu' => 'horizontal', //TIPO DEL MENU DE HIJOS (vertical, horizontal, oculto) + 'hijos' => array ( //HIJOS PARA EL MENU + array ( + 'nombre' => 'Administracion Perfiles', + 'link' => 'samurai_perfiles', + 'imagenComun' => 'samurai_perfiles.gif', //IMAGEN COMUN + 'permisos' => array (58, 59, 60), + ), + array ( + 'nombre' => 'Administracion Usuarios', + 'link' => 'samurai_usuarios', + 'imagenComun' => 'samurai_usuarios.gif', //IMAGEN COMUN + 'permisos' => array (61, 62, 63), + ), + ), + ), + //}}} + ), ); ?>