diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 02:08:58 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 02:08:58 +0100 |
commit | cf540de5d3229941e4104e4d5b6b66681f97f4d3 (patch) | |
tree | 7243039f264e085dc26710ba189caf1dc0135e7f /html/includes | |
parent | ead9b3bdacf1bdfd21ce32689fa4ab7b18d0b8b1 (diff) |
Server list layout and link
Diffstat (limited to 'html/includes')
-rwxr-xr-x | html/includes/footer.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/includes/footer.php b/html/includes/footer.php index 15ec34f..7818ea3 100755 --- a/html/includes/footer.php +++ b/html/includes/footer.php @@ -1,6 +1,7 @@ <div class="footer">
- <a href="./?p=maps">Maps</a>
<a href="./?p=totals">Totals</a>
+ <a href="./?p=maps">Maps</a>
+ <a href="./?p=servers">Servers</a>
<a href="./import.php">Import</a>
<a href="./admin.php">Admin</a>
<a href="./?p=credits">Credits</a>
|