summaryrefslogtreecommitdiff
path: root/index.php
blob: f9a137bb455eb1d3e75a10887c2b16e03c126c08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
include('includes/common.php');
include('includes/news.php');
placeHeader("Home");
?>
<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
echo printNews(1);
placeFooter();
?>