summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2011-12-08 22:40:16 +0100
committerStefan Dombrowski <stefan@uni-bonn.de>2011-12-08 22:40:16 +0100
commite8827411926d5a6374bdf865babd443d593a0b74 (patch)
tree3edd0929a58f2906df2f32935cf20dacf7d07767
parent58b5848518a78f8304bb95001d1f49441a12e2e4 (diff)
downloadwebsite-e8827411926d5a6374bdf865babd443d593a0b74.tar.gz
website-e8827411926d5a6374bdf865babd443d593a0b74.tar.bz2
website-e8827411926d5a6374bdf865babd443d593a0b74.tar.xz
website-e8827411926d5a6374bdf865babd443d593a0b74.zip
Moving the "Registration" link to the top
The most important job of the website is that new player register. Therefor the link for registering was moved to the top. Furthermore the "Download" link is now below the register link.
-rw-r--r--includes/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.php b/includes/common.php
index b0d67df..d1e16ed 100644
--- a/includes/common.php
+++ b/includes/common.php
@@ -57,7 +57,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="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>
+ <li><a href="registration.php">Registration</a></li><li><a href="downloads.php">Downloads</a></li><li><a href="index.php">News</a></li><li><a href="about.php">About</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>