Generell. Hab da mal was ausprobiert auf der seite aber es passt noch nicht.
Hier ist noch der Coder von der index.html vom teamplate.
HTML-Code:
{config_load file="$language/lang_$language.conf" section="index"}<br />
<table style="border-top: 1px solid; border-left: 1px solid; border-right: 1px solid; border-bottom: 1px solid; border-color:#278CE5" width="980" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img style="padding-left:20px" src="{$tpl_path}img/logo.gif" height="50" width="308" /></td>
<td width="298"></td>
</center>
<td valign="bottom" width="190">{$box_SEARCH}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="534" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="89"><a href="{php}$_HTTP_SERVER{/php}"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/home.gif" height="29" width="89" /></a></td>
<td width="89"><a href="shop_content.php?coID=4"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/about_us.gif" height="29" width="89" border="0" /></a></td>
<td width="89"><a href="shop_content.php?coID=7"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/contact.gif" height="29" width="89" border="0" /></a></td>
<td width="89"><a href="{$account}"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/account.gif" height="29" width="89" border="0" /></a></td>
<td width="89"><a href="{$checkout}"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/checkout.gif" height="29" width="89" border="0" /></a></td>
<td width="89"><a href="products_new.php"><img src="{$tpl_path}buttons/{php}print_r($_SESSION['language']){/php}/whatsnew.gif" height="29" width="89" border="0" /></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table style="border-top: 1px solid; border-color:#278CE5" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="headerNavigation"> {$navtrail}</td>
<td class="header-Navigation" align="right" width="300">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#} </a></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="980" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="{$tpl_path}img/pixel_trans.gif" alt="" height="10" width="100%" border="0" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="boxText" valign="top" width="180">
<table width="199" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_INFORMATION} {$box_CONTENT} {$box_WHATSNEW} {$box_NEWSLETTER} {$box_SPECIALS} {$box_REVIEWS}</td>
</tr>
</table>
</td>
<td valign="top" width="100%">
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">{$main_content}</td>
</tr>
<td width="89"><a href="products_new.php">{$box_WHATSNEW}</a></td>
</table>
</td>
<td valign="top" width="180">
<table width="180" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{$box_CART} {$box_LOGIN}{$box_ADMIN} {$box_INFOBOX} {$box_MANUFACTURERS} {$box_MANUFACTURERS_INFO} {$box_LAST_VIEWED} {$box_BESTSELLERS} {$box_CURRENCIES} {$box_LANGUAGES}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="180"></td>
<td align="center"><img src="{$tpl_path}img/pixel_trans.gif" alt="" height="20" border="0" /></td>
<td width="180"></td>
</tr>
<tr height="20">
<td class="poweredby" colspan="3" height="20">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle">
<div align="center"> template realized © by <a title="Dienstleistungen und Service rund um xt:Commerce" ID="footer-link" href="http://www.xtc-services.ch"><strong>xtc-services.ch</strong></a></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
{if $BANNER}
<table width="980" border="0" cellspacing="4" cellpadding="0" align="center">
<tr>
<td align="center">{$BANNER}</td>
</tr>
</table>
{/if}
Hoffe ihr könnt mir weiter helfen.