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

  $number = 6;
  include('includes/news.php');

  placeFooter();
?>