diff options
Diffstat (limited to 'html/includes/footer.php')
-rwxr-xr-x | html/includes/footer.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/html/includes/footer.php b/html/includes/footer.php new file mode 100755 index 0000000..0fd4f3f --- /dev/null +++ b/html/includes/footer.php @@ -0,0 +1,16 @@ +<?php
+echo'<br><br><br>
+<table class = "box" border="0" cellpadding="1" width="720">';
+
+// Please leave this bit in, its the least you can do with all the work we have done :)
+
+ 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>';
+
+ob_end_flush();
\ No newline at end of file |