<?
include ("include/conf.inc.php");
include ("$basepfath/inc.conf.php");
include ("$usedpfath/include/header.inc.php");
include ("$usedpfath/include/usercheck.inc.php");
if ($HTTP_GET_VARS["fu"]==1)
{
$header = new EasyTemplate ("$usedpfath/templates/usedheader.tpl");
$footer = new EasyTemplate ("$usedpfath/templates/usedfooter.tpl");
$header -> assign("TITLE","Skrupel - UsedComm Spiel bearbeiten");
$header -> assign("URL",$usedurl);
$header -> easy_print();
?>
<body bgcolor="#444444" leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<table border="0" height="100%" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="center" style="font-size:20px; font-weight:bold; filter:DropShadow(color=black, offx=2, offy=2)">Bearbeitung wartender Spiele</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="center" class="stil1">An diesem Bereich wird noch gearbeitet.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td class="still1"></td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</center>
<?
$footer -> easy_print();
}