The description does not give me any useful associations... Just dont get it.
Is it a way of storing one favicon at one central location and let it be shared by several sites that fetches it from there?
Not sure if I see the benefits, but you got me curious, as I think there must be a good reason I dont see... ;-)

Comments

mfer’s picture

@DanielTheViking This is a good question. This module takes the favicon for the current site/theme and makes it available at the url example.com/favicon.ico (where example.com is your domain). The problem is that some web browsers and web applications blindly make a call to example.com/favicon.ico looking for your sites favicon. In drupal this causes an error entry to show up in the logs because there is nothing there.

If you want your icon to show at that address you can put a copy of your favicon n the root drupal directory. But, what if you have a multisite configuration with different favicons. This module will allow that address to show the current themes favicon at example.com/favicon.ico and it will work for multisite configurations.

Does this make it more clear?

robloach’s picture

I'm stealing that description and sticking it on the module project page....

Leeteq’s picture

Status: Active » Closed (fixed)

Ah! I thought there must be something to it that I could not understand at first :-)
Thanks, good description. Useful indeed.

cwgordon7’s picture

Status: Closed (fixed) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.