diff options
Diffstat (limited to 'html/includes/footer.php')
-rwxr-xr-x | html/includes/footer.php | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/html/includes/footer.php b/html/includes/footer.php index 0fd4f3f..be5e38c 100755 --- a/html/includes/footer.php +++ b/html/includes/footer.php @@ -1,16 +1,21 @@ -<?php
-echo'<br><br><br>
-<table class = "box" border="0" cellpadding="1" width="720">';
+<br><br><br> + +<table class="box" border="0" cellpadding="1" width="720">
+ <tr>
+ <td class="smheading" align="center">
-// Please leave this bit in, its the least you can do with all the work we have done :)
+ <!-- Please leave this bit in, its the least you can do with all the work we have done :) -->
+ <p>
+ <a href="https://github.com/sn3p/utstats" target="_blank">
+ UTStats Beta 4.2.8</a> © 2005 azazel, AnthraX and toa + </p> + + </td>
+ </tr>
+</table>
- echo'<tr>
- <td class="smheading" align="center"><a href="http://utstats.unrealadmin.org/" target="_blank">
- UTStats Beta 4.2.8</a> © 2005 azazel, AnthraX and toa</td>
- </tr>
- </table>
</center>
</td></tr></tbody></table>
-</body></html>';
+</body></html>
-ob_end_flush();
\ No newline at end of file +<?php ob_end_flush(); ?> |