summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-05-22 23:07:12 -0500
committerwushin <pasekei@gmail.com>2014-05-22 23:24:49 -0500
commit88fc035963ec57beb1da12b2f32b4c30e0946e2a (patch)
treeccf01e8b86ae1b46c832fba41189f4cbc8373924 /index.php
parent41572c3899c716d03f08af82f536b22858ee0646 (diff)
downloadwebsite-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 'index.php')
-rw-r--r--index.php27
1 files changed, 11 insertions, 16 deletions
diff --git a/index.php b/index.php
index b27ad22..f9a137b 100644
--- a/index.php
+++ b/index.php
@@ -1,21 +1,16 @@
<?php
- include('includes/common.php');
- placeHeader("News");
-
+include('includes/common.php');
+include('includes/news.php');
+placeHeader("Home");
?>
-<!-- <div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px; -moz-border-radius: 10px;">
-<b>Notice:</b> New account creation disabled due to excessive abuse of this feature. If you want to sign up, contact thorbjorn or Jaxad0127 on IRC for now.
+<div>
+<h3>The Mana World Project</h3>
+<p style="font-size:14px;">The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. It is licensed under the GPL, making sure this game can't ever run away from you. <a class="more" href="/about.php">Read More >></a></p>
+</div>
+<div>
+<h3>Recent News</h3>
</div>
--->
<?php
-
- // this is a symlink, now that we're not on Platinum
- echo file_get_contents('news.html');
- // echo file_get_contents('http://updates.themanaworld.org/news.html');
- /*
- $number = 6;
- include('includes/news.php');
- */
-
- placeFooter();
+echo printNews(1);
+placeFooter();
?>