There is a "Home" link appearing at the top of every page, above the header image. For some reason I cannot get this to go away!

Any ideas?

Comments

mikiane’s picture

Assigned: Unassigned » mikiane

My method to patch this is to change line 21 in page.tpl.php

as follows:

<?php if ($logo) { ?><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /><?php } ?>