diff --git a/public_html/deployment/inc_functions.php b/public_html/deployment/inc_functions.php index 65145d8c9a4433c234b26540f4d456cebe8aa24d..6f5e5ec33b11e27d291c7d4a47915e389ccae876 100644 --- a/public_html/deployment/inc_functions.php +++ b/public_html/deployment/inc_functions.php @@ -239,7 +239,7 @@ function getTopNavRight() { ['href'=>'#', 'label'=>$oUser->getUsername(), 'icon'=>'fa-solid fa-user', 'class'=>($sCurrentAction=='login' ? 'active' :''), 'children'=>[ - ['href'=>$sBaseUrl . 'all/login/', 'label'=>t("userprofile"), 'icon'=>'fa-regular fa-id-card', 'class'=>($sCurrentAction=='login' ? 'active' :'') ], + ['href'=>$sBaseUrl . 'all/login/', 'label'=>t("menu-userprofile"), 'icon'=>'fa-regular fa-id-card', 'class'=>($sCurrentAction=='login' ? 'active' :'') ], ] ] ]; @@ -248,10 +248,11 @@ function getTopNavRight() { } $aReturn[]=['href'=>'#', 'label'=>t('menu-help'), 'icon'=>'fa-solid fa-life-ring', 'class'=>'', 'children'=>[ - ['href'=>$sWikiBaseUrl . '/it/entwicklung/continuous_deployment', 'target'=>'_help', 'label'=>'WIKI: Übersicht Continous Deployment', 'icon'=>'' ], - ['href'=>$sWikiBaseUrl . '/it/entwicklung/continuous_deployment#konventionen', 'target'=>'_help', 'label'=>'WIKI: Konventionen für Entwickler', 'icon'=>'' ], - ['href'=>$sWikiBaseUrl . '/it/infrastruktur/se/snippets/iml.deployment_profile', 'target'=>'_help', 'label'=>'WIKI (Admin): Snippets für den Sysadmin', 'icon'=>'' ], - ['href'=>$sWikiBaseUrl . '/it/infrastruktur/dienste/imldeployment', 'target'=>'_help', 'label'=>'WIKI (Admin): Verzeichnisse und Dateien', 'icon'=>'' ], + ['href'=>$sWikiBaseUrl . '/it/entwicklung/continuous_deployment', 'target'=>'_help', 'label'=>'WIKI: Übersicht Continous Deployment', 'icon'=>'' ], + ['href'=>$sWikiBaseUrl . '/it/entwicklung/continuous_deployment#konventionen', 'target'=>'_help', 'label'=>'WIKI: Konventionen für Entwickler', 'icon'=>'' ], + ['href'=>$sWikiBaseUrl . '/it/infrastruktur/se/snippets/iml.deployment_profile', 'target'=>'_help', 'label'=>'WIKI (Admin): Snippets für den Sysadmin', 'icon'=>'' ], + ['href'=>$sWikiBaseUrl . '/it/infrastruktur/dienste/imldeployment', 'target'=>'_help', 'label'=>'WIKI (Admin): Verzeichnisse und Dateien', 'icon'=>'' ], + ['href'=>$sBaseUrl . 'all/doc', 'label'=>t('menu-help-classes'), 'icon'=>'' ], ] ] ;