AW: Fussleiste weg???!!!!
Kannst du was damit anfangen?
gruss benny
{*<br>
-------------------------------------------------------------------------------<br>
JTL-
Shop 2<br>
File: index.tpl, smarty template file<br>
<br>
index page for JTL-Shop 2<br>
Template: JTL-Shop2<br>
<br>
Author: JTL-Software,
thomas@jtl-software.de<br>
http://www.jtl-software.de<br>
<br>
Copyright (c) 2007 JTL-Software<br>
-------------------------------------------------------------------------------<br>
*}<br>
<br>
</div><br>
<div id="footer_white"><br>
</div><br>
<div id="footer"><br><br>
{if $smarty.session.Linkgruppen->Fuss}<br>
{foreach name=fusslinks
from=$smarty.session.Linkgruppen->Fuss->Links item=Link}<br>
<a href="{$Link->URL}"
class="fusslink">{$Link->cLocalizedName[$smarty.session.cISOSprache]}</a>
&nbsp; &nbsp; &nbsp; &nbsp;<br>
{/foreach}<br>
{/if}<br>
<p class="footerklein"
style="color:#aaaaaa">{$Einstellungen.global.global_fusszeilehinweis}</p>
<br>
<p class="footerklein">{if
$Einstellungen.global.global_zaehler_anzeigen=="Y"}{#counter#}:
{$Besucherzaehler}, {/if}Powered by <a class="powered"
href="http://www.jtl-software.de">JTL-Shop
2</a></p><br>
</div><br>
{if $Einstellungen.global.global_google_analytics_id}<br>
{if
$Bestellung->kBestellung>0 &&
$Einstellungen.global.global_google_ecommerce==1}<br>
<script
type="text/javascript"> <br>
var gaJsHost = (("https:" ==
document.location.protocol) ? <br>
"https://ssl." : "http://www."); <br>
document.write(unescape("%3Cscript
src='" + gaJsHost + <br>
"google-analytics.com/ga.js'
type='text/javascript'%3E%3C/script%3E")); <br>
</script> <br>
<script
type="text/javascript"> <br>
var pageTracker =
_gat._getTracker("{$Einstellungen.global.global_google_analytics_id}");
<br>
pageTracker._initData(); <br>
pageTracker._trackPageview(); <br>
<br>
pageTracker._addTrans( <br>
"{$Bestellung->cBestellNr}", <br>
"{if
$Einstellungen.global.global_shopname}{$Einstellungen.global.global_shopname}{else}{$Firma->cName}{/if}",
<br>
"{$Bestellung->fWarensummeNetto}", <br>
"{$Bestellung->fSteuern}", <br>
"{$Bestellung->fVersandNetto}", <br>
"{$smarty.session.Kunde->cOrt}",<br>
"{$smarty.session.Kunde->cBundesland}",<br>
"{$smarty.session.Kunde->cLand}"<br>
 

; <br>
{foreach name=Bestell item=order
from=$Bestellung->Positionen} <br>
{if $order->nPosTyp!=2
&& $order->nPosTyp!=8 &&
$order->nPosTyp!=6} <br>
pageTracker._addItem( <br>
"{$Bestellung->cBestellNr}",<br>
"{$order->cArtNr}",<br>
"{$order->cName}",<br>
"{$order->Category}",<br>
"{$order->fPreis*$order->nAnzahl}",<br>
"{$order->nAnzahl|replace:",":"."}"<br>
 

; <br>
{/if} <br>
{/foreach} <br>
pageTracker._trackTrans(); <br>
</script> <br>
{else}<br>
<script
type="text/javascript"><br>
var gaJsHost = (("https:" ==
document.location.protocol) ? "https://ssl." : "http://www.");<br>
document.write(unescape("%3Cscript
src='" + gaJsHost + "google-analytics.com/ga.js'
type='text/javascript'%3E%3C/script%3E"));<br>
</script><br>
<script
type="text/javascript"><br>
var pageTracker =
_gat._getTracker("{$Einstellungen.global.global_google_analytics_id}");<br>
pageTracker._initData();<br>
pageTracker._trackPageview();<br>
</script><br>
{/if}<br>
{/if}<br>
{/if}
</body>
</html>