In my 1.8.2 installation page favicon is shown on all pages of the site - even in ie9.
In the brand new 1.10.3. installation favicon is shown on home page only (using ie9).
I use this userdefined tag:
Code: Select all
if(isset($params['static']))
echo '<link rel="shortcut icon" href="'.$params['static'].'" type="image/x-icon" />'."\n";
if(isset($params['animated']))
echo '<link rel="icon" href="'.$params['animated'].'" type="image/gif" />'."\n";
Code: Select all
{favicon static="images/favicon.ico"}
Code: Select all
{favicon static="http://myserver/images/favicon.ico"}
Code: Select all
{favicon static="[root_url]/images/favicon.ico"}
Thanks for help
map_1961