Closed (fixed)
Project:
Goofy
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2010 at 19:42 UTC
Updated:
21 Dec 2010 at 21:10 UTC
This line in page.tpl.php:
if (isset($favicon)) :
print $favicon " type="image/x-icon" /> endif
Should be replaced with:
if (!empty($favicon)) :
print $favicon " type="image/x-icon" /> endif
As the variable is set it seems, but is empty, resulting an empty link to the favicon.
Comments
Comment #1
fgmNice idea. I also changed the test for other variables which can have similar behaviours. Committed.
I notice you have been following this theme for quite some time: would you take over its maintenance or become a co-maintainer ? I do not really have time to maintain it well on my own.
Comment #2
Mark Theunissen commentedYeah I just have one old site that still uses Goofy. I don't really have time to maintain the theme just for that, since the site is abandonware and is just up for my portfolio really. Sorry. ;)