diff options
Diffstat (limited to 'html/includes/footer.php')
-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>
|