summaryrefslogtreecommitdiff
path: root/html/includes/footer.php
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 01:24:29 +0100
committerMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 01:24:29 +0100
commitad5c14f4a3677276f9f2f3bce5dc8614d29ee5bc (patch)
treef56978193cd15cffd9413a0da84dd807538d5d90 /html/includes/footer.php
parent277232a9cad87dc2c7074bf72dc206f712aea9a7 (diff)
Misc cleanup
Diffstat (limited to 'html/includes/footer.php')
-rwxr-xr-xhtml/includes/footer.php24
1 files changed, 11 insertions, 13 deletions
diff --git a/html/includes/footer.php b/html/includes/footer.php
index 56d9b10..15ec34f 100755
--- a/html/includes/footer.php
+++ b/html/includes/footer.php
@@ -1,17 +1,15 @@
- <br>
- <br>
- <br>
<div class="footer">
- <a class="footer" href="./?p=maps">Maps</a>
- <a class="footer" href="./?p=totals">Totals</a>
- <a class="footer" href="./import.php">Import</a>
- <a class="footer" href="./admin.php">Admin</a>
- <a class="footer" href="./?p=credits">Credits</a>
- <a class="footer" href="./?p=help">Help</a>
- <br>
- <br>
- <a href="https://github.com/sn3p/utstats" target="_blank" class="footer">UTStats Beta 4.4.0</a> &copy; 2005 azazel, AnthraX and toa
- <br>
+ <a href="./?p=maps">Maps</a>
+ <a href="./?p=totals">Totals</a>
+ <a href="./import.php">Import</a>
+ <a href="./admin.php">Admin</a>
+ <a href="./?p=credits">Credits</a>
+ <a href="./?p=help">Help</a>
+ <br>
+ <br>
+ <a href="https://github.com/sn3p/utstats" target="_blank">UTStats Beta 4.4.0</a>
+ &copy; 2005 azazel, AnthraX toa and sn3p
+ </div>
</body>
</html>