<?
include "permissions.php";
include "headers.php";
?>
<center>
<?
include "permissions.php";
if ($id!=""){
echo "<b><font color=\"red\">Warning!</font></b> You are still logged in as $id! - [<a href=\"logout.php\">Logout</a>] [<a href=\"admin.php\">Control Panel</a>]<br><br>";
}
?>
<table width="90%" border="0">
<tr>
<td valign="top"><b>Links</b><br><br><?include "links.php"; ?></td>
<td><?include "news.php"; ?> </td>
</tr>
</table>
</center>
<? include "footers.php"; ?>