blob: b27ad22d6beb0886202096926422609b12b32af5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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
// 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();
?>
|