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

fix href value for project home in menu bar

parent 595f81f3
No related branches found
No related tags found
No related merge requests found
...@@ -334,7 +334,7 @@ function getTopArea() { ...@@ -334,7 +334,7 @@ function getTopArea() {
<ul class="dropdown-menu" role="menu"> <ul class="dropdown-menu" role="menu">
<li'.($sCurrentAction===false ? $sLiActive :'') .'>' <li'.($sCurrentAction===false ? $sLiActive :'') .'>'
. $oHtml->getLink(array( . $oHtml->getLink(array(
'href'=>$sBaseUrl . $sPrj .'/', 'href'=>$sBaseUrl . $aParams["prj"] .'/',
'icon'=>'project-home', 'icon'=>'project-home',
'label'=>t("project-home"), 'label'=>t("project-home"),
)) ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment