This line in the page.tpl.php
<?php if ($logo) { ?><a href="/<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="/<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
Displays (view source in FireFox):
<a href="/" title="Home"><img src="/" alt="Home" /></a>
which shows as a link, in FireFox, to the Home page.
I do not use a logo, so this is probably a bug ?
Comments
Comment #1
johnalbinClosing out all old issues since this theme has been in core for a while.