"Home" link appears at the top of the header
unrev.org - September 15, 2006 - 00:38
| Project: | SEO Position |
| Version: | HEAD |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | mikiane |
| Status: | active |
Jump to:
Description
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?

#1
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 } ?>