Hallo
teste gerade ein Template mit WB 2.6.5 und bekomme immer Fehlermeldung "Parse error: parse error, unexpected $end in D:\Werbserver\xampp\htdocs\wb\templates\aixciter\index.php on line 51" (das ist die letzte Zeile). Ich kann aber keinen Fehler entdecken, bin aber auch nicht der php-Fachmann

index.php:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title><?php page_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="<?php page_description(); ?>" />
<meta name="keywords" content="<?php page_keywords(); ?>" />
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
<link href="<?php echo TEMPLATE_DIR; ?>/print.css" rel="stylesheet" type="text/css" media="print" />
<style type="text/css"></style>
</head>
<body>
<table style="text-align: left; width: 1000px;" border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="2" rowspan="1" style="width: 200px;"><img src="<?php echo TEMPLATE_DIR; ?> /Aixtraheader1006.jpg" alt="
www.aixtra.de" width="1000" height="200" style="width: 1000px; height: 200px;"></td>
</tr>
<tr>
<td colspan="2" rowspan="1"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="1000" height="25">
<param name="src" value="AixBanner0806.swf" />
<embed src="
http://www.aixciter.de/templates/aixciter/AixBanner0806.swf" pluginspage="
http://www.macromedia.com/shockwave/download/" width="1000" height="25"></embed>
</object></td>
</tr>
<tr>
<td width="200px" class="search">
<?php if(SHOW_SEARCH) { /* Only show search box if search is enabled */ ?>
<input type="text" name="string" style="width: 90%;" />
<input type="submit" name="submit" value="Search" style="width: 90%;" />
<?php } ?>
</td>
<td style="width: 800px; text-align: left; vertical-align: top;" class="content" colspan="1" rowspan="4"><?php page_content(); ?></td>
</tr>
<tr>
<td class="menu">
<?php if(SHOW_MENU) { /* Only shown menu if we need to */ ?>
<?php show_menu(); ?>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">news</td>
</tr>
<tr>
</tr>
<tr align="center">
<td class="footer" colspan="2" rowspan="1">powered by UK Aachen | Copyright 2007 AIXTRA | Impressum</td>
</tr>
</tbody>
</table>
</body></html>
Dabei gleich die nächste Frage: Wie binde ich ein swf korrekt ein? (ca. Zeile 22)
Vielen Dank schon mal
Gruß
Pit