Jump to content
xt:Commerce Community Forum

problem mit css layout Template


scheitlerlu

Recommended Posts

Hallo

Ich habe ein neues Template erstellt ohne Tabellen nur mit CSS

{config_load file="$language/lang_$language.conf" section="index"}

<div id="temp-container">

<div id="temp-banner" ><img src="{$tpl_path}img/header.jpg" alt="{$store_name}" /> </div>

<div id="temp-nav">{$navtrail</div>

<div id="temp-cartlogin">{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></div>

<div id="temp-left"> {$box_CATEGORIES}{$box_ADD_QUICKIE}{$box_CONTENT}{$box_INFORMATION}{$box_LAST_VIEWED}{$box_REVIEWS}{$box_SEARCH}{$box_SPECIALS}{$box_WHATSNEW} </div>

<div id="temp-right"> {$box_CART}{$box_LOGIN}{$box_ADMIN}{$box_NEWSLETTER}{$box_BESTSELLERS}{$box_INFOBOX} {$box_CURRENCIES} {$box_LANGUAGES}{$box_MANUFACTURERS_INFO}{$box_MANUFACTURERS} </div>

<!-- end menu right -->

<div id="temp-content"> {$main_content} </div>

<div id="temp-footer"> {if $BANNER}

{$BANNER}

{/if} </div>

</div>

Nun habe ich allerdings ein Problem. Wenn ich die Datei abspeichere als index.html und die css datei aktualisiere, zeigt der Shop überhaupt nichts mehr an. Im Quelltext gehts nur bis <body> dann kommt nix mehr.

Weiss vielleicht jemand woran das liegt?

Vielen Dank

MfG

Janine

Link to comment
Share on other sites

Archived

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

×
  • Create New...