hier die seite die index.php:
<html>
<head>
<title>
<?php
require("script/include.php");
echo "$homepagetitel";
$page = $_GET[page];
?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="<?php echo $metak; ?>">
<meta name="description" content="<?php echo $metad; ?>">
<meta name="robots" content="all">
<link href="stil.css" rel="stylesheet" type="text/css">
<!--
artmedic cms light 1.0, Copyright Ellen Baitinger, artmedic webdesign,
http://www.artmedic.de
Dieses Programm ist Freeware und kann kostenlos für kommerzielle und nichtkommerzielle Zwecke
verwendet und adaptiert werden,
solange die Links auf artmedic webdesign und die Hinweise auf die Autorenschaft intakt bleiben.
Dieses Programm darf nicht gegen Geld veräußert oder anderweitig zu Geld gemacht werden.
-->
<link href="stil.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td height="97" colspan="2" class="bghead"><table width="100%" height="69" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#FFFFFF">
<td height="31" colspan="3" bgcolor="#FFFFFF" class="bghead"> </td>
</tr>
<tr>
<td colspan="3"><div align="left"><img src="ffw_01.gif" width="973" height="131">
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="150" align="right" valign="top" bgcolor="#FFFFFF" class="bgmenue">
<img src="blank.gif" width="150" height="1"> <table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<?PHP
@readfile("inhalt.htm");
?>
<p> </p>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="11" align="right" class="bgmenuezelle"><img src="pfeil.gif" width="11" height="11"></td>
<td width="100%" align="right" nowrap class="bgmenuezelle"><a href="print.php?page=<?PHP echo $page; ?>" target="_blank" id="menue">Diese
Seite drucken</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="11" align="right" class="bgmenuezelle"><img src="pfeil.gif" width="11" height="11"></td>
<td width="100%" align="right" nowrap class="bgmenuezelle"><div align="right"><font color="#666666"><a href="index2.php"><font size="2">Für
Sehbehinderte</font></a> </font></div></td>
</tr>
</table> </td>
</tr>
</table>
<img src="blank.gif" width="1" height="1"> <p> </p></td>
<td width="797" valign="top"> <table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40"><img src="blank.gif" width="1" height="1"></td>
<td width="560"> </td>
</tr>
<tr>
<td> </td>
<td>
<?php
if(!$page)
{@include("home.htm");}
else
{@include($page);}
?>
</td>
</tr>
</table>
<p> </p></td>
</tr>
<tr>
<td colspan="2" align="right" valign="top" bgcolor="#FFFFFF" class="bgmenue"><div align="left"><img src="ffw_03.gif" width="973" height="80"></div></td>
</tr>
</table>
</body>
</html>