Page 1 of 1

favicon loaded but sudden replaced

Posted: 20 Mar 2014, 10:07
by adriespo
I have the identical problem as described in viewtopic.php?f=3&t=13841

But my template do not do, I guess, nothing of strange.

In the index.php it calls:

<jdoc:include type="head" />

This call then write, between others, this line:

<link href="/cms/templates/joomspirit_35/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">

(joomspirit_35 is indeed the name of the template I use)

Reading the docs I see Joomla call addFavicon() that is a part of \cms\libraries\joomla\document\html\html.php

I think it is called by <jdoc:include type="head" />

So my question is: if this is the classic behavior of Joomla is then Phoca Favicon supposed to work?
Why instead did not work?

I am confused!

Thanks.

Re: favicon loaded but sudden replaced

Posted: 24 Mar 2014, 23:54
by Jan
Hi,

Phoca Favicon changes the standard favicon of your template and make a backup of the old one.

from the code, I see the favicon is stored in right place, so if the permissions and ownership are Ok, then there should not be any problem to write new favicon :idea:

Jan