diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-04-04 14:00:44 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-04-04 14:00:44 +0000 |
commit | fde32212a22e3041b0745708d7c4cfc07101b857 (patch) | |
tree | a8557a89a35633ecc096ecde9127ced0d739c5ab /includes | |
parent | 877866010b328d2a6f0d8e19d823a22db4db657e (diff) | |
download | website-fde32212a22e3041b0745708d7c4cfc07101b857.tar.gz website-fde32212a22e3041b0745708d7c4cfc07101b857.tar.bz2 website-fde32212a22e3041b0745708d7c4cfc07101b857.tar.xz website-fde32212a22e3041b0745708d7c4cfc07101b857.zip |
Fixed two issues with IE7, added link to Mantis bug tracker and added server online status.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.php | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/includes/common.php b/includes/common.php index bc452ad..085a566 100644 --- a/includes/common.php +++ b/includes/common.php @@ -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="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/">Forum</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> @@ -109,6 +109,22 @@ function placeHeader($page_title) </div> </div> + <div class="section_topleft"> + <div class="section_bottomleft"> + <div class="section_topright"> + <div class="section_bottomright"> + <div class="section banners"> + Server status + <iframe src="http://server.themanaworld.org/status.php" width="130" height="30" frameborder="0" scrolling="no"></iframe> + </div> + </div> + </div> + </div> + </div> + + <!-- This empty div fixes a rendering issue with IE 7 --> + <div></div> + </div> <!-- /sidebar --> <div id="contents_leftrepeat"> |