Active
Project:
Amity Island
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2008 at 21:05 UTC
Updated:
29 Dec 2008 at 16:58 UTC
Hi,
I noticed that on IE7 the image for "Home" in the upper left corner of the header is a grey box with an out line instead of the image. What's wrong? It works in Firefox.
Also, I want to get rid of that link on the header for "home", but I can't find the controller for it. How do I do it?
Thanks.
Comments
Comment #1
Draven_Caine commentedMost themes work in a fashion of if you have a logo uploaded thru your global theme config than home will not print, but if the logo is not present it print the word home , since the logo is a image link to your front page, the work home becomes a text link if there is no image.
The line that i saw that told me this was
<img src="<?php print $logo; ?>" alt="<?php print t('Home');it works like alt on any given image, if the image does appear use alt tag.i am not a coder just my thoughts.