Jump to content
xt:Commerce Community Forum

Template verändern


willi1234

Recommended Posts

Hallo zusammen,

ich möchte im template gerne die Händlerbox entfernen. Reicht es nur die Variable "{$box_MANUFACTURERS}" in der index.html zu löschen oder müssen noch andere Daten angepasst werden?

<div id="topbg">
<div id="topcontent">
<a href="{php}echo xtc_href_link('index.php', '' , 'NONSSL'){/php}"><img src="{$tpl_path}img/topimg.jpg" alt="{$store_name}" width="465" height="90" id="topimg" /></a>
<div id="toplinkcopy"><a href="http://www.ageyo-internet-marketing.de" target="_blank" style="color: #454545;">Free CSS Template<br />by ageyo.de</a></div>
</div>
<div id="topmenubox">
<div id="topmenu">
<ul class="menutop">
<li><a href="{php}echo xtc_href_link('index.php', '' , 'NONSSL'){/php}">Startseite</a></li>
<li>{if $account}<a href="{$account}">{#link_account#}</a>{/if}</li>
<li><a href="{$cart}">{#link_cart#}</a></li>
<li><a href="{$checkout}">{#link_checkout#}</a></li>
</ul>
</div>
<div id="searchbox">{$box_SEARCH}</div>
{$box_LOGIN}{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<p class="logoffbut"><a href="{$logoff}">{#link_logoff#}</a></p>{php} } {/php}{/if}
</div>
</div>
<div id="maincontent">
<div id="navtrail">{$navtrail}</div>
<div id="leftmenu">{$box_CATEGORIES}{$box_ADD_QUICKIE}{$box_CONTENT}{$box_INFORMATION}{$box_LAST_VIEWED}{$box_REVIEWS}</div>
<div id="content">{$main_content}</div>
<div id="rightmenu">{$box_CART}{$box_ADMIN}{$box_NEWSLETTER}{$box_BESTSELLERS}{$box_INFOBOX}{$box_LANGUAGES}{$box_SPECIALS}{$box_WHATSNEW} {$box_CURRENCIES} {$box_MANUFACTURERS_INFO}{$box_MANUFACTURERS}</div>
<p class="clr"> </p>
</div>
<div id="footer"> </div>
{if $BANNER}<div id="commercial">{$BANNER}</div>{/if}[/PHP]

Gruß

Willi

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...