Don Lee wrote:Hi,
Try adding it to bottom of this file \templates\gk_twn2\layouts\blocks\head.php
The file generates head section for your site.
Sorry again DON,
what im trying to do and achieved is... adding some script on my site, that will showing SSL Trustlogo from comodo that i purchased.
so they required me to insert below code exeactly before </head>
<script language="javascript" type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" :
"http://www.trustlogo.com/trustlogo/javascript/cot.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>
and
insert below code before </body> :
<a href="http://www.instantssl.com" id="comodoTL">Instant SSL Certificate</a>
<script language="JavaScript" type="text/javascript">
COT("http://www.**********.com/cot_evssl.gif", "SC2", "none");
</script>
i already try to add on head.php, but its now showing