You are here:  » favicon for Price tapestry

Support Forum



favicon for Price tapestry

Submitted by fstore on Tue, 2011-07-05 00:35 in

Hi David
I have favicon for my joomla site (www.example.com) but my PT site which is inside joomla (www.example.com/shopping/) is not getting that favicon.

where should I paste the the favicon.ico file within PT installation for favicon to appear?

I have tried the root directory of PT but it didn't work.

Submitted by support on Tue, 2011-07-05 08:30

Hi,

The best thing to do would be to add the shortcut icon meta tag to the header of your Price Tapestry site. To do this, in html/header.php, look for opening head tag at line 11:

<head>

...and REPLACE with:

<head>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by fstore on Tue, 2011-07-05 10:54

Worked...Thanks