I don't mind having a static favicon if necessary, but I would really like to have an animated version for firefox users. This is normally as simple as adding the following between the <head> and </head> tags:
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" type="image/gif" href="animated_favicon1.gif" >
However, I am unable to find this section in the framework used by this template. I've tried going to template manager and clicking Edit HTML and I don't see it. I've opened several css files and do not see anything related to favicon in there.
Where am I suppose to look to find the head section so that I can add the second line of code?
