Und da waren Sie wieder die Probleme:
Wo ist das schliessende </div> für Contentwrap ?
{config_load file="$language/lang_$language.conf" section="index"}
<div id="wrap">
<div id="header">
<div id="logo"><img src="{$tpl_path}img/top_logo.jpg" alt="{$store_name}" /></div>
<div id="topmenuwrap">
<ul id="topmenu">
<li><a href="{$cart}">{#link_cart#}</a></li>
{if $account}
<li><a href="{$account}">{#link_account#}</a></li>
{/if}
<li><a href="{$checkout}">{#link_checkout#}</a></li>
{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}
<li><a href="{$logoff}">{#link_logoff#}</a></li>
{php} } {/php}{/if}
</ul>
</div>
<tr>
<td>{$box_CONTENT}</td>
</tr>
</div>
<div id="breadcrumb">{$navtrail}{$PRODUCT_NAVIGATOR}</div>
<div id="contentwrap">
{if !strstr ($smarty.server.PHP_SELF, 'checkout')}
<div id="border">
<div id="leftcol">{$box_CATEGORIES}{$box_ADMIN}{$box_INFORMATION}{$box_NEWSLETTER}{$box_WHATSNEW}</div>
{/if}
<div
{if !strstr ($smarty.server.PHP_SELF, 'checkout')}
id="content"
{else}
id="contentfull"
{/if}
>{$main_content}</div>
{if !strstr ($smarty.server.PHP_SELF, 'checkout')}
{/if}
</div>
<p class="footer">Your Company Footer here</p>
</div>
{if $BANNER}
<table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
<td align="center">{$BANNER}</td>
</tr>
</table></div>
{/if}
<tr>
Wo ist das schliessende </div> für Contentwrap ?
{config_load file="$language/lang_$language.conf" section="index"}
<div id="wrap">
<div id="header">
<div id="logo"><img src="{$tpl_path}img/top_logo.jpg" alt="{$store_name}" /></div>
<div id="topmenuwrap">
<ul id="topmenu">
<li><a href="{$cart}">{#link_cart#}</a></li>
{if $account}
<li><a href="{$account}">{#link_account#}</a></li>
{/if}
<li><a href="{$checkout}">{#link_checkout#}</a></li>
{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}
<li><a href="{$logoff}">{#link_logoff#}</a></li>
{php} } {/php}{/if}
</ul>
</div>
<tr>
<td>{$box_CONTENT}</td>
</tr>
</div>
<div id="breadcrumb">{$navtrail}{$PRODUCT_NAVIGATOR}</div>
<div id="contentwrap">
{if !strstr ($smarty.server.PHP_SELF, 'checkout')}
<div id="border">
<div id="leftcol">{$box_CATEGORIES}{$box_ADMIN}{$box_INFORMATION}{$box_NEWSLETTER}{$box_WHATSNEW}</div>
{/if}
<div
{if !strstr ($smarty.server.PHP_SELF, 'checkout')}
id="content"
{else}
id="contentfull"
{/if}
>{$main_content}</div>
{if !strstr ($smarty.server.PHP_SELF, 'checkout')}
{/if}
</div>
<p class="footer">Your Company Footer here</p>
</div>
{if $BANNER}
<table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
<td align="center">{$BANNER}</td>
</tr>
</table></div>
{/if}
<tr>