Skip to content

Commit

Permalink
#870 Add to profile menu for easy access
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Sep 25, 2014
1 parent 6fa0025 commit d7c3978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function process_form(the_form) {
$usermenu[] = '<a href="#" class="dropdown-toggle avatar-item" data-toggle="dropdown">'.$user_avatar.' <span class="fa fa-angle-down"></a>';
$usermenu[] = '<ul class="dropdown-menu">';
$usermenu[] = '<li><a href="profile.php?id='.$luna_user['id'].'">'.$lang['Profile'].'</a></li>';
$usermenu[] = '<li><a href="me.php?id='.$luna_user['id'].'">Me</a></li>';
$usermenu[] = '<li><a href="help.php">'.$lang['Help'].'</a></li>';
$usermenu[] = '<li class="divider"></li>';
$usermenu[] = '<li><a href="login.php?action=out&amp;id='.$luna_user['id'].'&amp;csrf_token='.luna_hash($luna_user['id'].luna_hash(get_remote_address())).'">'.$lang['Logout'].'</a></li>';
Expand Down

0 comments on commit d7c3978

Please sign in to comment.