diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-11 11:47:52 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-11 11:47:52 +0000 |
commit | 189ffd308d196f01f4cbed4fa0947870798c5aac (patch) | |
tree | bb6328daeb9711f7131601e8551b61e94f7f00ce /includes | |
parent | 81013655e448b9a40f085193e7e85f2f120704ea (diff) | |
download | website-189ffd308d196f01f4cbed4fa0947870798c5aac.tar.gz website-189ffd308d196f01f4cbed4fa0947870798c5aac.tar.bz2 website-189ffd308d196f01f4cbed4fa0947870798c5aac.tar.xz website-189ffd308d196f01f4cbed4fa0947870798c5aac.zip |
Updated downloads page to new Windows and source releases.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.php b/includes/common.php index 869825f..203e265 100644 --- a/includes/common.php +++ b/includes/common.php @@ -54,7 +54,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="phpBB2/">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="links.php">Links</a></li></ul> </div> </div> </div> @@ -67,7 +67,7 @@ function placeHeader($page_title) <div class="section_bottomright"> <div class="section" style="text-align: center;"> <a href="images/tmw-0.0.12-cave.png"><img src="images/tmw-0.0.12-cave-thumb.png" alt="screenshot" style="border: 1px solid #784f3f;"/></a> - <div style="text-align: center;"><a style="font-size: 7pt;" href="gallery.php?dir=%2Fscreenshots">more screenshots</a></div> + <div style="text-align: center;"><a style="font-size: 7pt;" href="http://wiki.themanaworld.org/Screenshots">more screenshots</a></div> </div> </div> </div> |