summaryrefslogtreecommitdiff
path: root/includes/footer.php
blob: 51b800753e0576a1edb128d4800c7c798d09e565 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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>