Skip to content

Commit

Permalink
#884 Update navigation to return to forum root
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Aug 24, 2014
1 parent 2c6a2ce commit 305dd4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions backstage/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
*/

/* General fixes */
* {
border-radius: 0 !important;
}

body {
margin-top: 40px;
}
Expand Down
3 changes: 1 addition & 2 deletions include/backstage_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ function generate_admin_menu($section ='', $page = '')
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand visible-xs-inline" href="../index.php">Luna</a>
<a class="navbar-brand" href="../index.php"><span class="fa fa-arrow-left hidden-xs"></span><span class="visible-xs-inline">Luna</span></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="hidden-xs"><a href="../"><span class="fa fa-arrow-left"></span></a></li>
<li class="<?php if ($section == 'backstage') echo 'active'; ?>"><a href="index.php"><span class="fa fa-dashboard"></span> <?php echo $lang['Backstage'] ?></a></li>
<li class="<?php if ($section == 'content') echo 'active'; ?>"><a href="board.php"><span class="fa fa-file"></span> <?php echo $lang['Content'] ?></a></li>
<li class="<?php if ($section == 'users') echo 'active'; ?>"><a href="users.php"><span class="fa fa-users"></span> <?php echo $lang['Users'] ?></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 @@ -12,7 +12,7 @@ class Version
const FORUM_VERSION = '3.5-dev';

// The ModernBB Core version
const FORUM_CORE_VERSION = '0.0.40.2913';
const FORUM_CORE_VERSION = '0.0.40.2914';

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

0 comments on commit 305dd4a

Please sign in to comment.