X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/d0ae155a8be2168110755cce58865068b34bfe91..22d1ae1aa6bfee6df20dfa9544e14feaecc9fbf4:/sistema/conf/confSecciones.php diff --git a/sistema/conf/confSecciones.php b/sistema/conf/confSecciones.php index 6bdd986..05b90a9 100644 --- a/sistema/conf/confSecciones.php +++ b/sistema/conf/confSecciones.php @@ -26,7 +26,7 @@ return array ( //SAMURAI {{{ 'titulo_sistema' => 'SAMURAI', - 'pie_sistema' => 'Sistema de Administracion y Mantenimiento de Usuarios Relativos A Intranet - Ministerio de Economia', + 'pie_sistema' => 'Samurai', 'id_sistema' => '1', //}}} //Directorios web del sistema, salvo el root, todos son opcionales @@ -75,13 +75,17 @@ 'link' => 'perfiles/perfiles', 'tipoMenu' => 'oculto', 'hijos' => array ( + array ( 'nombre' => 'Nuevo Perfil', + 'imagenComun' => '', + 'imagenMouseOn' => '', + 'imagenSelect' => '', + 'link' => 'perfiles/perfiles-nuevo', + ), array ( 'nombre' => 'ABM Perfil', 'imagenComun' => '', 'imagenMouseOn' => '', 'imagenSelect' => '', - 'link' => 'perfiles-abm', - 'subhijos' => array ( 'sarasa2', - ), + 'link' => 'perfiles/perfiles-abm', ), ), ),