diff --git a/public_html/deployment/inc_functions.php b/public_html/deployment/inc_functions.php index 7dac3218fbd225981a68407860e72f493d589142..9a9aa2ee7ad920c78464fe83c1db3f3d1aaf7827 100644 --- a/public_html/deployment/inc_functions.php +++ b/public_html/deployment/inc_functions.php @@ -334,7 +334,7 @@ function getTopArea() { <ul class="dropdown-menu" role="menu"> <li'.($sCurrentAction===false ? $sLiActive :'') .'>' . $oHtml->getLink(array( - 'href'=>$sBaseUrl . $sPrj .'/', + 'href'=>$sBaseUrl . $aParams["prj"] .'/', 'icon'=>'project-home', 'label'=>t("project-home"), ))