Update navigation.php
Changed the order of the menu. From most used to least used.
This commit is contained in:
parent
8a6850bae5
commit
cdf6a75281
1 changed files with 4 additions and 4 deletions
|
|
@ -9,11 +9,11 @@ if ($host == 'dev.dtch.online') {
|
||||||
<a href="index.php" class="active">Home</a>
|
<a href="index.php" class="active">Home</a>
|
||||||
|
|
||||||
<div id="myLinks">
|
<div id="myLinks">
|
||||||
<a href="user_stats.php">User Stats</a>
|
|
||||||
<a href="topstats.php">Top10</a>
|
|
||||||
<a href="topstatsavg.php">Match % T10</a>
|
|
||||||
<a href="latestmatches.php">Last Matches</a>
|
|
||||||
<a href="last_stats.php">Last month %</a>
|
<a href="last_stats.php">Last month %</a>
|
||||||
|
<a href="latestmatches.php">Last Matches</a>
|
||||||
|
<a href="topstatsavg.php">Match % T10</a>
|
||||||
|
<a href="topstats.php">Top10</a>
|
||||||
|
<a href="user_stats.php">User Stats</a>
|
||||||
</div>
|
</div>
|
||||||
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||||
<i class="fa fa-bars"></i>
|
<i class="fa fa-bars"></i>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue