summaryrefslogtreecommitdiff
path: root/includes/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/footer.php')
-rw-r--r--includes/footer.php33
1 files changed, 0 insertions, 33 deletions
diff --git a/includes/footer.php b/includes/footer.php
deleted file mode 100644
index 51b8007..0000000
--- a/includes/footer.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-/* Footer of main TMW website
- * (c) 2005 Bjørn Lindeijer
- */
-
-if (!defined('TMWWEBSITE'))
-{
- die("Hacking attempt?");
-}
-
-?>
- <div style="clear: both"></div>
-
- </div> <!-- /contents -->
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- </div> <!-- /main -->
- </div>
- </div>
- </div>
- </div>
-
- <div id="footer">
- &copy; 2004-2005 The Mana World Dev Team
- </div>
- </div> <!-- /page -->
- </body>
-</html>