This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-04-06 14:46:20 -04:00
parent 37cd89dcfc
commit 830ca0a5f5
3 changed files with 26 additions and 41 deletions

View File

@@ -48,7 +48,7 @@ if ($RBAC->userCanAccess('PM_DASHBOARD') == 1) {
// ADMIN MODULE
if ($RBAC->userCanAccess('PM_SETUP') == 1 || $RBAC->userCanAccess('PM_USERS') == 1) {
$G_TMP_MENU->AddIdRawOption('SETUP', 'setup/main', G::LoadTranslation('ID_SETUP'), '', '', '', 'x-pm-setup');
$G_TMP_MENU->AddIdRawOption('SETUP', 'setup/main', strtolower(G::LoadTranslation('ID_SETUP')), '', '', '', 'x-pm-setup');
}
/*----------------------------------********---------------------------------*/