Closed (cannot reproduce)
Project:
Favicon
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 13:00 UTC
Updated:
6 Jun 2013 at 11:02 UTC
I've disabled the default favicon und used the setting "favicon_path" to define an icon. My path in the settings is now "sites/all/themes/custom/favicon.ico".
Debugging the module code, I noticed that something is returning my settings wrong.
$favicon = theme_get_setting('favicon_path');
This line always has a value which is an empty string.
Attached is a version which fixes the problem for my installation.
| Comment | File | Size | Author |
|---|---|---|---|
| favicon.zip | 7.67 KB | LeisureLarry |
Comments
Comment #1
johnennew commentedPlease submit fixes as patch files rather than zips as it greatly helps module maintainers!
What theme are you using that doesn't put theme settings in a standard place?
Have you followed the configuration instructions in the readme file?
With latest 7.x-1.x code, I put a favicon in my theme, set the path as you suggest in the theme settings page and tested and /favicon.ico returns the correct favicon.
Closing this issue as cannot reproduce but do repoen if you can provide any additional details.
Comment #1.0
johnennew commentedSecurity-Fix