Skip to content

Commit

Permalink
#870 Update user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 20, 2014
1 parent 468d823 commit b43b1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ function process_form(the_form) {
<a href="#" class="dropdown-toggle avatar-item" data-toggle="dropdown">'.$new_inbox.luna_htmlspecialchars($luna_user['username']).' '.$user_avatar.' <span class="fa fa-fw fa-angle-down"></a>
<ul class="dropdown-menu">
<li><a href="inbox.php">Inbox<span class="pull-right">'.$new_inbox.'</span></a></li>
<li><a href="profile.php?id='.$luna_user['id'].'">'.$lang['Profile'].'</a></li>
<li><a href="me.php?id='.$luna_user['id'].'">Me</a></li>
<li><a href="me.php?id='.$luna_user['id'].'">'.$lang['Profile'].'</a></li>
<li><a href="me.php?section=settings&id='.$luna_user['id'].'">Settings</a></li>
<li class="divider"></li>
<li><a href="help.php">'.$lang['Help'].'</a></li>
<li class="divider"></li>
Expand Down

0 comments on commit b43b1ec

Please sign in to comment.