Remove page querystring from Events link in header
This commit is contained in:
parent
ad8bbea2bc
commit
4b029fc2ae
|
@ -17,7 +17,7 @@
|
|||
</button>
|
||||
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
<li><a href="?view=events&page=1"><?= $SLANG['Events']; ?></a></li>
|
||||
<li><a href="?view=events"><?= $SLANG['Events']; ?></a></li>
|
||||
<li><a href="?view=timeline"><?= $SLANG['Timeline']; ?></a></li>
|
||||
<li><a href="?view=options"><?= $SLANG['Options'] ?></a></li>
|
||||
<?php if ( logToDatabase() > Logger::NOLOG ) { ?>
|
||||
|
|
Loading…
Reference in New Issue