summaryrefslogtreecommitdiff
path: root/html/includes/footer.php
blob: 56d9b10f53457cfd3a5f5c8e7a4d6e09f12d4dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    <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>
  </body>
</html>

<?php ob_end_flush(); ?>