|
@@ -165,7 +165,7 @@ EOF
|
|
public function output()
|
|
public function output()
|
|
{
|
|
{
|
|
$sMenu = '';
|
|
$sMenu = '';
|
|
- $this->AddMenuButton('logoff', 'Portal:Disconnect', '../pages/logoff.php?portal=1'); // This menu is always present and is the last one
|
|
|
|
|
|
+ $this->AddMenuButton('logoff', 'Portal:Disconnect', '../pages/logoff.php'); // This menu is always present and is the last one
|
|
foreach($this->m_aMenuButtons as $aMenuItem)
|
|
foreach($this->m_aMenuButtons as $aMenuItem)
|
|
{
|
|
{
|
|
$sMenu .= "<a class=\"button\" id=\"{$aMenuItem['id']}\" href=\"{$aMenuItem['hyperlink']}\"><span>".Dict::S($aMenuItem['label'])."</span></a>";
|
|
$sMenu .= "<a class=\"button\" id=\"{$aMenuItem['id']}\" href=\"{$aMenuItem['hyperlink']}\"><span>".Dict::S($aMenuItem['label'])."</span></a>";
|