Thread: favicon.ico
View Single Post
  #2  
Old 06-21-2007, 02:12 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: favicon.ico

In /skin1/customer/home.tpl

you will see:
Code:
{include file="meta.tpl" } <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" />

Put your favicon.ico right before or right after the line for the stylesheet.
Something like this:

Code:
{include file="meta.tpl" } <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" />

And put your favicon.ico image in your root directory -- it doesn't seem to work if its not in root.

Hope this helps.

Jeremy
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote