Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

favicon.ico

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-21-2007, 12:43 PM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default favicon.ico

I would like to place this bit of code in the head section of my pages so that I can have a custom icon shown in the browser address bar and next to my site in peoples favorites lists.
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
<link rel="icon" href="favicon.ico" type="image/x-icon">

My question is what/where is the template that writes the code between the <head></head> tags?
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote
  #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
  #3  
Old 06-21-2007, 03:16 PM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default Re: favicon.ico

Thank you very much. I'll give that a shot.
Pete
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:19 AM.

   

 
X-Cart forums © 2001-2020