In welcher Datei muss der Code vom SSL-Logo eingebaut werden ?

anton (aw)

Aktives Mitglied
17. März 2011
37
0
Hallo,

ich habe seit heute ein SSL-Zertikat.
Nun habe ich vom Hersteller 2 Codeschnippsel bekommen die mit eingebaut werden sollen.

1.
Please insert the following two snippets of HTML code into your webpage document. You will need to repeat the process for each web page you wish to display a TrustLogo®.
Snippet 1: Copy/Paste the following piece of code and insert EXACTLY before your HEAD tag.

<script language="javascript" type="text/javascript">
//<![CDATA[
var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/trustlogo.js" :
"http://www.trustlogo.com/trustlogo/javascript/trustlogo.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>


und

Snippet 2: Copy/Paste the following piece of code and insert EXACTLY before your BODY tag.

<!--
TrustLogo Html Builder Code:
Shows the logo at URL
Logo type is ("SC4")
undefined
//-->
<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script type="text/javascript">TrustLogo("http://www.xxx.de/gfx/tl_transp.gif", "SC4", "none");</script>



Nun meine Frage in welche Datei vom JTL Shop müssen diese Snippets rein ?

Ist das der Ordner "tpl_inc" und dann in footer.tpl und header.tpl?
Oder im Ordner "themes" Custom theme.css?

Gruß
Andi