Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

favicon


chibiushi

Recommended Posts

Posted

Put a favicon.ico file in the root of your web, and then add this code to the head section of your index.php page.

 

<link rel="shortcut icon" path="favicon.ico">

 

This will only work for old versions of Internet Explorer and Mozilla based browsers. IE 6 does not use favicons (except for their own).

 

Vger

  • 1 month later...
Posted
Put a favicon.ico file in the root of your web, and then add this code to the head section of your index.php page.

 

<link rel="shortcut icon" path="favicon.ico">

 

This will only work for old versions of Internet Explorer and Mozilla based browsers.  IE 6 does not use favicons (except for their own).

 

Vger

 

 

Could you please tell me (newbie) where to locate the 'head' section of my index.php? Also is that in the catalog index.php or the admin.php? Thanks so much.

Posted
Place it before line that reads
 </head>

in the catalog index.php file.

 

Jack

 

 

Did that and it's still not showing up. Do I need to do something to the image? I have it as heart.ico (I get this error code: Can't find viewer for this extension: ico) Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...