diff options
author | wushin <pasekei@gmail.com> | 2014-05-22 23:07:12 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-05-22 23:24:49 -0500 |
commit | 88fc035963ec57beb1da12b2f32b4c30e0946e2a (patch) | |
tree | ccf01e8b86ae1b46c832fba41189f4cbc8373924 /includes/common.php | |
parent | 41572c3899c716d03f08af82f536b22858ee0646 (diff) | |
download | website-88fc035963ec57beb1da12b2f32b4c30e0946e2a.tar.gz website-88fc035963ec57beb1da12b2f32b4c30e0946e2a.tar.bz2 website-88fc035963ec57beb1da12b2f32b4c30e0946e2a.tar.xz website-88fc035963ec57beb1da12b2f32b4c30e0946e2a.zip |
Fix Account Creations Always Asking!
Sitemap - Robots GA adjustments
Index - News-feed GA adjustments
Added Email template (Text/Html)
Shrunk some margins to reduce empty space
Moved Server Status Up on the list
Added "Support (IRC)" to aide new players
Removed Duplicate Registration
Diffstat (limited to 'includes/common.php')
-rw-r--r-- | includes/common.php | 44 |
1 files changed, 18 insertions, 26 deletions
diff --git a/includes/common.php b/includes/common.php index 609a286..c253cce 100644 --- a/includes/common.php +++ b/includes/common.php @@ -13,7 +13,7 @@ function placeHeader($page_title) "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>The Mana World</title> + <title>The Mana World - <?php echo $page_title; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> <meta http-equiv="Content-Language" content="en"/> @@ -33,7 +33,7 @@ function placeHeader($page_title) </div> <div id="title"> - <h1><span>The Mana World</span></h1> + <a href="/"><h1><span>The Mana World</span></h1></a> </div> <div id="main_topleft"> @@ -45,17 +45,17 @@ function placeHeader($page_title) <div style="clear: both;"></div> <div id="sidebar"> - <div class="section_topleft"> <div class="section_bottomleft"> <div class="section_topright"> <div class="section_bottomright"> <div class="section"> <ul> - <li><a href="registration.php">Registration</a></li> + <li><a href="registration.php">Create Account</a></li> <li><a href="downloads.php">Downloads</a></li> - <li><a href="index.php">News</a></li> + <li><a href="news-feed.php">News</a></li> <li><a href="about.php">About</a></li> + <li><a href="https://webchat.freenode.net/?channels=#themanaworld">Support (IRC)</a></li> <li><a href="https://wiki.themanaworld.org/index.php/Servers">Servers</a></li> <li><a href="https://wiki.themanaworld.org/">Wiki</a></li> <li><a href="https://forums.themanaworld.org/">Forums</a></li> @@ -65,26 +65,35 @@ function placeHeader($page_title) </div> </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="https://server.themanaworld.org/status.php" width="130" height="30" frameborder="0" scrolling="no"></iframe> + </div> + </div> + </div> + </div> + </div> <div class="section_topleft"> <div class="section_bottomleft"> <div class="section_topright"> <div class="section_bottomright"> <div class="section" style="text-align: center;"> - <a href="http://www.themanaworld.org/wiki/index.php/Screenshots"><img src="images/screenshot-thumb.png" alt="Screenshots" style="border: 1px solid #784f3f;"/></a> + <a href="http://wiki.themanaworld.org/index.php/Screenshots"><img src="images/screenshot-thumb.png" alt="Screenshots" style="border: 1px solid #784f3f;"/></a> </div> </div> </div> </div> </div> - <div class="section_topleft"> <div class="section_bottomleft"> <div class="section_topright"> <div class="section_bottomright"> <div class="section"> <ul> - <li><a href="https://webchat.freenode.net/?channels=#themanaworld">IRC</a></li> <li><a href="https://plus.google.com/114523926767095095371">Google+</a></li> <li><a href="https://www.facebook.com/themanaworld">Facebook</a></li> <li><a href="https://github.com/themanaworld">Github</a></li> @@ -97,26 +106,9 @@ function placeHeader($page_title) </div> </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="https://server.themanaworld.org/status.php" width="130" height="30" frameborder="0" scrolling="no"></iframe> - <a href="registration.php">Register new account</a> - </div> - </div> - </div> - </div> - </div> - <!-- This empty div fixes a rendering issue with IE 7 --> <div></div> - </div> <!-- /sidebar --> - <div id="contents_leftrepeat"> <div id="contents_topleft"> <div id="contents_bottomleft"> |