Skip to content

Commit

Permalink
#961 Update menu without zFeatures enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Nov 10, 2014
1 parent 95edaea commit 6dc9e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ function process_form(the_form) {
<li class="dropdown">
<a href="#" class="dropdown-toggle avatar-item" data-toggle="dropdown">'.$user_avatar.' <span class="fa fa-angle-down"></a>
<ul class="dropdown-menu">
<li><a href="inbox.php">Inbox</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 class="divider"></li>
<li><a href="help.php">'.$lang['Help'].'</a></li>
<li class="divider"></li>
<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
2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Version {
const FORUM_VERSION = '0.0.9';

// The Luna Core version
const FORUM_CORE_VERSION = '0.1.3284';
const FORUM_CORE_VERSION = '0.1.3291';

// The database version number, every change in the database requires this number to go one up
const FORUM_DB_VERSION = 85.11;
Expand Down

0 comments on commit 6dc9e82

Please sign in to comment.