Ich habe folgendes Problem:
Wenn ich in meinem mainmenu einen link auf eine Komponente erstelle so erscheint nach anklicken dieses menüeintrags das Menü nur noch als HTML Links, weshalb dann die ganze Seite sehr bescheiden ausschaut.
Hier der code meiner index.php:
Module user4 wird für den statischen Conten verwendet. Live anschauen kann man sich das ganze unter http://www.dr-buchholzer.at. Einfach auf Home oder Gallery klicken, dann sieht man das Desaster. Was mache ich hier falsch?PHP-Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Praxis Dr. Bernhard Buchholzer, Facharzt für Gynäkologie und Geburtshilfe</title>
<!-- TemplateEndEditable -->
<meta **********="Content-Type" content="text/html; charset=iso-8859-1">
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
<meta name="description" content="snipped">
</head>
<body>
<?php
if ($my->id) {
include ("editor/editor.php");
initEditor();
} ?>
<?php echo "<link rel=\"stylesheet\" href=\"templates/$cur_template/css/template_css.css\" type=\"text/css\">" ; ?>
<table width="85%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="f4f4f4">
<tr>
<td width="150" height="20" bgcolor="6a0000"> </td>
<td width="200" height="20" valign="middle" bgcolor="6a0000"><table width="90%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><span class="small"><?php echo (strftime (_DATE_FORMAT_LC)); ?></span></td>
</tr>
</table>
</td>
<td width="550" height="20" bgcolor="6a0000"> </td>
<td width="150" height="20" bgcolor="6a0000"> </td>
</tr>
<tr>
<td width="150" height="200" valign="top" background="<?php echo $mosConfig_live_site;?>/templates/seperated/images/top_sides.gif"></td>
<td width="200" height="200" valign="top" bgcolor="#7a0000"><img border="0" src="<?php echo $mosConfig_live_site;?>/templates/seperated/images/top_logo.gif" width="100%" height="200"></td>
<td width="550" height="200" valign="top" bgcolor="7a0000" background="<?php echo $mosConfig_live_site;?>/templates/seperated/images/top_head.gif"></td>
<td width="150" height="200" valign="top" background="<?php echo $mosConfig_live_site;?>/templates/seperated/images/top_sides.gif"></td>
</tr>
<tr>
<td width="150" valign="top" bgcolor="e1e1e1" ></td>
<td width="200" height="100%" valign="top" bgcolor="d2d2d2"> <div align="center">
<table width="95%" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php mosLoadModules ( 'left' ); ?>
</td>
</tr>
</table>
</div></td>
<td width="550" height="100%" valign="top" bgcolor="ffffff"><table width="95%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<?php mosLoadModules ( 'user4' ); ?>
<?php include ("mainbody.php"); ?>
</td>
</tr>
</table> </td>
<td width="150" valign="top" bgcolor="e1e1e1" ></td>
</tr>
<tr>
<td width="150" height="21" bgcolor="6a0000"> </td>
<td width="200" height="21" bgcolor="6a0000"> </td>
<td width="550" height="21" bgcolor="6a0000"><div align="center"></div></td>
<td width="150" height="21" bgcolor="6a0000"> </td>
</tr>
</table>
<div align="center">
<?php include_once('includes/footer.php'); ?>
<br>
</div>
</body>
</html>
Danke für die Hilfe,
Gernot


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen