X-Git-Url: https://git.llucax.com/mecon/yatta.git/blobdiff_plain/ffc8b9614645aa2703dc1ec8c42ebfcb77478c82..HEAD:/sistema/conf/Marco.php?ds=sidebyside diff --git a/sistema/conf/Marco.php b/sistema/conf/Marco.php index aafc4e3..fe075f5 100644 --- a/sistema/conf/Marco.php +++ b/sistema/conf/Marco.php @@ -33,22 +33,25 @@ ),//}}} //SECCION 3 {{{ array ( - 'nombre' => 'Administración Servidores', + 'nombre' => 'Administración', 'imagenComun' => 'general_admin.gif', 'link' => 'admin_servidores', 'permisos' => array (YATTA_PERM_ADMINISTRADOR), -// 'tipoMenu' => 'vertical', - 'subhijos' => array ('admin_servidores-abm'), -// 'hijos' => array ( -// array ( 'nombre' => 'Servidores', -// 'imagenComun' => 'general_admin.gif', -// 'imagenMouseOn' => '', // --> Opcional -// 'imagenSelect' => '', // --> Opcional -// 'link' => 'admin_servidores', -// 'permisos' => array (YATTA_PERM_ADMINISTRADOR), -// 'subhijos' => array ( ), -// ), -// ), + 'tipoMenu' => 'vertical', + 'hijos' => array ( + array ( 'nombre' => 'Cuotas Excepcionales', + 'imagenComun' => 'general_admin.gif', + 'link' => 'admin_cuotas', + 'permisos' => array (YATTA_PERM_ADMINISTRADOR), + 'subhijos' => array ('admin_cuotas-abm'), + ), + array ( 'nombre' => 'Servidores', + 'imagenComun' => 'general_admin.gif', + 'link' => 'admin_servidores', + 'permisos' => array (YATTA_PERM_ADMINISTRADOR), + 'subhijos' => array ('admin_servidores-abm'), + ), + ), ),//}}} ), //}}} );