summaryrefslogtreecommitdiff
path: root/index.php
blob: dbdc4398f3c162b6ba18142b33e2474986be1119 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
  include('includes/common.php');
  placeHeader("News");

?>
<div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px;">
<b>Notice:</b> We changed our update host to http://updates.themanaworld.org. Please update the value of <i>updatehost</i> in your config.xml. This will be default from the 0.0.21.2 release onwards.
</div>
<?php

  $number = 6;
  include('cutenews/show_news.php');

  placeFooter();
?>