Skip to content

Commit

Permalink
updated drawLogoutMenu (removed outdated links)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaWK committed Dec 3, 2019
1 parent 87e8fed commit 400875a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/classes/menu.php
Expand Up @@ -951,13 +951,10 @@ static function drawLogoutMenu($db){
<ul id=\"logoutMenu\" class=\"nav navbar-nav navbar-collapse navbar-right\">
<li class=\"dropdown\">
<a id=\"logoutLink\" href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">";
$html .= "<i id=\"trophy\" class=\"fa fa-trophy\"></i></small>&nbsp;";
$html .= "<i id=\"cog\" class=\"fa fa-cog\"></i></small>&nbsp;";
$html .= \YAWK\user::getUserImage($db, "frontend", \YAWK\sys::getCurrentUserName(), 22, 22);
$html .= "</a>
<ul id=\"dropdown-menu\" class=\"dropdown-menu\">
<li><a href=\"welcome.html\" title=\"VIP Club Startseite\"><i class=\"fa fa-trophy\"></i> &nbsp;VIP Club</a></li>
<li class=\"divider\"></li>
<li><a href=\"logout.html\"><i class=\"glyphicon glyphicon-log-out\"></i> &nbsp;Logout</a></li></li>
</ul>";
return $html;
Expand Down

0 comments on commit 400875a

Please sign in to comment.