diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 01:24:29 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 01:24:29 +0100 |
commit | ad5c14f4a3677276f9f2f3bce5dc8614d29ee5bc (patch) | |
tree | f56978193cd15cffd9413a0da84dd807538d5d90 /html/includes | |
parent | 277232a9cad87dc2c7074bf72dc206f712aea9a7 (diff) |
Misc cleanup
Diffstat (limited to 'html/includes')
-rwxr-xr-x | html/includes/footer.php | 24 |
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> © 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>
+ © 2005 azazel, AnthraX toa and sn3p
+ </div>
</body>
</html>
|