Favicon code - Where do I put it?

Hey all, I was trying to install a favivon and the instructons told me to put the code between the head tags. What file should I be editing this in. Tried it with the index.html in the main templates folder but that didn't work. Code is .

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

 

Quote · 25 Mar 2011

Shouldnt need to put a code anywhere. Just upload the favicon.ico into the root directory of your site (ex. public_html). Most borwsers today will automatically detect it.

Nothing to see here
Quote · 25 Mar 2011

Or if that doesnt work for you....go into templates/base/ and modify _header.html and put it right under this

 

<meta http-equiv="Content-Type" content="text/html; charset=__page_charset__" />

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

Jeremy
Quote · 25 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.