<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.00 Transitional//EN">

<html lang="<? echo $lang; ?>">
<head>
<? echo "<title>$TITLE</title>"; ?>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
<meta name="language" content="german">
<meta name="author" content="Tino Reichardt, milky-squidwall@mcmilk.de">
<meta name="robots" content="noindex, nofollow, nocache">

<?
if (isset($meta)) { echo $meta; }

print "<link rel=\"stylesheet\" href=\"$P_EXT/style.css\" type=\"text/css\">";

if (isset($left)) {
 print "<link rel=\"stylesheet\" href=\"$P_EXT/left.css\" type=\"text/css\">";
} else {
 print "<link rel=\"stylesheet\" href=\"$P_EXT/main.css\" type=\"text/css\">";
}

if (isset($B_COLOR)) {
 echo "</head><body bgcolor=\"$B_COLOR\">";
} else {
 echo "</head><body>";
}

echo '<a name="top"></a>';

$t_open="<table width=\"100%\" bgcolor=\"$CT_BORDER\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"><tr><td>
<table width=\"100%\" bgcolor=\"$CT_INTERN\" border=\"0\" cellspacing=\"0\" cellpadding=\"10\"><tr><td>";

$t_close="</td></tr></table></td></tr></table>";

?>
