Skip to content
Snippets Groups Projects
Commit 28ba47f8 authored by hahn's avatar hahn
Browse files

ci - fix highligting settings menu item

parent f1d9ee7a
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ function getTopArea() { ...@@ -276,7 +276,7 @@ function getTopArea() {
'icon'=>'checklang', 'icon'=>'checklang',
'label'=>t("menu-checklang"), 'label'=>t("menu-checklang"),
)).'</li> )).'</li>
<li'.($sCurrentProject==='all' && $sCurrentAction==='setup' && $sCurrentPar3===false ? $sLiActive :'') .'>' <li'.($sCurrentProject=='' && $sCurrentAction=='setup' && $sCurrentPar3=='' ? $sLiActive :'') .'>'
.$oHtml->getLink(array( .$oHtml->getLink(array(
'href'=>$sBaseUrl . 'all/setup/', 'href'=>$sBaseUrl . 'all/setup/',
'icon'=>'setup', 'icon'=>'setup',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment