|
@@ -99,7 +99,7 @@ class ApplicationMenu
|
|
|
{
|
|
|
$oMenuNode = self::GetMenuNode($aMenu['index']);
|
|
|
if (($oMenuNode->GetMenuId() == 'AdminTools') && (!UserRights::IsAdministrator())) continue; // Don't display the admin menu for non admin users
|
|
|
- $oPage->AddToMenu('<h3><a href="'.$oMenuNode->GetHyperlink($aExtraParams).'">'.$oMenuNode->GetTitle().'</a></h3>');
|
|
|
+ $oPage->AddToMenu('<h3>'.$oMenuNode->GetTitle().'</h3>');
|
|
|
$oPage->AddToMenu('<div>');
|
|
|
$aChildren = self::GetChildren($aMenu['index']);
|
|
|
if (count($aChildren) > 0)
|