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

fgm’s picture

Status: Active » Fixed

Nice 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.

Mark Theunissen’s picture

Yeah 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. ;)

Status: Fixed » Closed (fixed)

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