diff --git a/mikio.php b/mikio.php index 68664a5..bc86f37 100644 --- a/mikio.php +++ b/mikio.php @@ -602,7 +602,7 @@ public function includeDWMenu(bool $print = true): string ($showText === true ? $lang['page_tools'] : '' . $lang['page_tools'] . '') . ''; - $html = '
' . implode('', $pageToolsMenu); + $html .= '
' . implode('', $pageToolsMenu); $html .= '
'; $html .= ''; @@ -614,7 +614,7 @@ public function includeDWMenu(bool $print = true): string ($showText === true ? $lang['site_tools'] : '' . $lang['site_tools'] . '') . ''; - $html = '
' . implode('', $siteToolsMenu); + $html .= '
' . implode('', $siteToolsMenu); $html .= '
'; $html .= ''; @@ -626,7 +626,7 @@ public function includeDWMenu(bool $print = true): string ($showText === true ? $lang['user_tools'] : '' . $lang['user_tools'] . '') . ''; - $html = '
' . implode('', $userToolsMenu); + $html .= '
' . implode('', $userToolsMenu); $html .= '
'; $html .= ''; @@ -780,7 +780,7 @@ public function includeNavbar(bool $print = true, bool $showSub = false) $html .= '