Fussleiste weg???!!!!

reddwarf

Sehr aktives Mitglied
1. Oktober 2009
1.561
5
AW: Fussleiste weg???!!!!

Ueberpruef mal, ob da alle DIV's brav geschlosssen sind.
Wenn da noch einer offen ist, verschwindet alles was danach kommt.

Gruss Mario
 

reddwarf

Sehr aktives Mitglied
1. Oktober 2009
1.561
5
AW: Fussleiste weg???!!!!

templates/dein_template/tpl_inc/footer.tpl

Da ist dir sicher beim Einfuegen der Sozialbookmarks ein Fehlerchen passiert.

Gruss Mario
 

begastore

Aktives Mitglied
25. März 2010
117
0
Hamburg
AW: Fussleiste weg???!!!!

Kannst du was damit anfangen?

gruss benny


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

reddwarf

Sehr aktives Mitglied
1. Oktober 2009
1.561
5
AW: Fussleiste weg???!!!!

Kannst du mir das File schicken?
Am besten per Email.
So, ist mir das zu unuebersichtlich.

Gruss Mario

PS: Email steht im Shop