View Single Post
  #2  
Old 04-30-2005, 07:30 AM
 
Emerson Emerson is offline
 

X-Man
  
Join Date: Mar 2004
Location: Atlanta, GA
Posts: 2,209
 

Default

You might want to add the code to your home.tpl file. This way the logo will show on all pages.

Open /xcart/skin1/home.tpl and look for the following chunk of code:
Code:
{ include file="poweredby.tpl" }

After that add you code right below it.

MAKE SURE to add the code as I have it below or you will get errors:
Code:
{literal} <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT> {/literal}

Whenever you add javascript code to tpl files you will need to "wrap" te code in {literal} javascript code here {/literal} or you get errors.

HTH
__________________
Emerson
Total Server Solutions LLC- Quality X-Cart Hosting
Recommended X-Cart Hosting Provider - US and UK servers
Does your host backup your site? We do EVERY HOUR!!!
Shared Hosting | Managed Cloud | Dedicated Servers
Reply With Quote