akirafreak / php-image-host

Automatically exported from code.google.com/p/php-image-host
Other
0 stars 0 forks source link

How do we get favicon icon to show #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
How do we get favicon icon to show? I put the code in the head tags in 
app.class.php and it will not show. The favicon is in the root folder with 
index.php and I also added it the classes folder.
<link REL="SHORTCUT ICON" HREF="favicon.ico">

Original issue reported on code.google.com by bud30...@yahoo.com on 16 Nov 2010 at 1:02

GoogleCodeExporter commented 8 years ago
The favicon does show up in the admin panel.

Original comment by bud30...@yahoo.com on 16 Nov 2010 at 1:22

GoogleCodeExporter commented 8 years ago
OK I figured it out, put your meta tags and favicon code between the header 
tags in /modules/default/themes/default/layout.phtml.

Original comment by bud30...@yahoo.com on 16 Nov 2010 at 9:00

GoogleCodeExporter commented 8 years ago
you can put in the root of your website.

Every browser first try to access www.example.com/favicon.ico before the meta

Original comment by antoin...@gmail.com on 16 Dec 2010 at 5:31