diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-04-21 13:19:18 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-04-21 13:19:18 +0000 |
commit | cb3022eb0014459cbbe24064630c9430cad3f7ec (patch) | |
tree | 500c2cb7ba28f072ae3a636c3749776801fc0b90 /includes/common.php | |
parent | fde32212a22e3041b0745708d7c4cfc07101b857 (diff) | |
download | website-cb3022eb0014459cbbe24064630c9430cad3f7ec.tar.gz website-cb3022eb0014459cbbe24064630c9430cad3f7ec.tar.bz2 website-cb3022eb0014459cbbe24064630c9430cad3f7ec.tar.xz website-cb3022eb0014459cbbe24064630c9430cad3f7ec.zip |
Switched to our SF RSS feed for the news on the front page.
Diffstat (limited to 'includes/common.php')
-rw-r--r-- | includes/common.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/common.php b/includes/common.php index 085a566..ae189b9 100644 --- a/includes/common.php +++ b/includes/common.php @@ -9,8 +9,8 @@ function placeHeader($page_title) { echo "<?xml version=\"1.0\" encoding=\"ISO-8859-15\"?>\n"; ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>The Mana World</title> @@ -55,7 +55,7 @@ function placeHeader($page_title) <div class="section"> <ul> <!-- No newlines after list items because IE 6 can't handle that properly --> - <li><a href="index.php">News</a></li><li><a href="about.php">About</a></li><li><a href="downloads.php">Downloads</a></li><li><a href="http://wiki.themanaworld.org/">Wiki</a></li><li><a href="http://forums.themanaworld.org/">Forum</a></li><li><a href="http://mantis.themanaworld.org/">Bug tracker</a></li><li><a href="links.php">Links</a></li></ul> + <li><a href="index.php">News</a></li><li><a href="about.php">About</a></li><li><a href="downloads.php">Downloads</a></li><li><a href="http://wiki.themanaworld.org/">Wiki</a></li><li><a href="http://forums.themanaworld.org/">Forums</a></li><li><a href="http://mantis.themanaworld.org/">Bug tracker</a></li><li><a href="links.php">Links</a></li></ul> </div> </div> </div> |