ich habe das Template geändert und in Tabelle gesetzt ;
jetzt gehen aber die Untermenüs nicht mehr auf
weis jemand rat ?
Code: Select all
<!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="en" >
<head>
<title>CMS Made Simple Default Site - {title}</title>
{stylesheet}
</head>
<center>
<table cellpadding="2" cellspacing="2" border="0" style="text-align: left; width: 100%;">
<tbody>
<tr>
<td style="vertical-align: top; width: 15%; "><br>
<div class="leftsidebar">
<div class="icons">
<p><img src="images/cms/cmslogo.gif" alt="CMS Logo" /></p>
</div>
{cms_module module='phplayers'}
</div>
<div class="thebody">
</td>
<td style="vertical-align: top; width:80%;"><br>
<div class="heading">{title} {print showbutton="true"}</div>
<p class="breadcrumbs">{breadcrumbs}</p>
{content}
</div>
</td>
</tr>
</tbody>
</table>
</center>
<center>
<!-- Before Footer -->
<div class="thebody"><div class="bottom">Copyright by Promoflow-Media<br />Seitenlink <a href="http://promoflow.de">PRESS</a> </div></div>
</center>
</__html>