summaryrefslogtreecommitdiff
path: root/index.php
blob: e1d49dd0a8b15870e077ccf851e1e435bdf6bc79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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; -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>
-->
<?php

  echo file_get_contents('http://updates.themanaworld.org/news.html');
  /*
  $number = 6;
  include('includes/news.php');
   */

  placeFooter();
?>