diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr> | 2011-04-06 20:17:13 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-04-06 20:25:51 +0200 |
commit | e13b752406e1ea78296fd3b844b056747aee528f (patch) | |
tree | dd8410f013f266154f9721005f5bf901a785eed1 /includes/common.php | |
parent | ba0d17ead08ec1b979efbda8367cbc687888dabe (diff) | |
download | website-e13b752406e1ea78296fd3b844b056747aee528f.tar.gz website-e13b752406e1ea78296fd3b844b056747aee528f.tar.bz2 website-e13b752406e1ea78296fd3b844b056747aee528f.tar.xz website-e13b752406e1ea78296fd3b844b056747aee528f.zip |
Updated the website content in several places
* Corrected information about getting the latest development version
of the client
* Removed the outdated Servers page and link again to the wiki
* Removed some outdated links to external pages
* Removed the empty and unused Screenshots page
Reviewed-by: Thorbjørn Lindeijer
Diffstat (limited to 'includes/common.php')
-rw-r--r-- | includes/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.php b/includes/common.php index 6ce9cc6..9db5c1a 100644 --- a/includes/common.php +++ b/includes/common.php @@ -56,7 +56,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="registration.php">Registration</a></li><li><a href="servers.php">Servers</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> + <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="registration.php">Registration</a></li><li><a href="http://wiki.themanaworld.org/index.php/Servers">Servers</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> |