I have a favicon I would like to add a link to in my header but not sure which file that is. How & where would I add <link rel="shortcut icon" href="favicon.ico" > ?
DCSun Administrator
Posts: 611
September 15, 2005 @ 6:54pm
Donna,
Yes, that's all the code you'll need and it should work fine. Just make sure you update the favicon.ico part to point to the actual image wherever you upload it.
Probably the best way would be to add it to whatever template you're using (template.php file in the template folder), down towards the bottom where the other meta tags are.
You may want to make a note of this somewhere because your addition may be wiped out with a future version if the template files are updated.
David
FlexCMS v3.2 Has Been Released!
Last Edit: September 15, 2005 @ 7:11pm by DCSun
DCSun Administrator
Posts: 611
January 16, 2010 @ 9:52pm
Update: Mark sent us this code which you can add to your template's head section (just above the </head> tag). It works with both Firefox and IE. Just drop your favicon.ico file into the root of your site and add the code to your template.