summaryrefslogtreecommitdiff
path: root/index.php
blob: 011b273014be1f35b118e5d46f889246c65d6f59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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> As of 17th of January, the server moved from <i>animesites.de</i> to <i>server.themanaworld.org</i>. We thank Ultramichy for hosting us for so long at no cost. The server is now hosted on <a href="http://platinum.linux.pl">platinum.linux.pl</a>, a server which supports nonprofit initiatives.
</div>
-->
<?php

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

  placeFooter();
?>