The leftmost menu item showing the site's favicon normally displays extra adminstrative tasks. However, when a site is configured to not use any favicon at all, the menu item is completely inaccessible.

Attached patch fixes the code, but not the design. Instead of using "misc/arrow-asc.png" (a temporary fix) we should find a properly looking replacement image to display when the favicon has been disabled (or couldn't be found due to misconfiguration, check the implementation of theme_get_setting() if you're after the gory details). Status intentionally set to "needs work".

CommentFileSizeAuthor
#1 admin_menu.inc_.patch832 bytessmk-ka
favicon.patch904 bytessmk-ka

Comments

smk-ka’s picture

Status: Needs work » Fixed
StatusFileSize
new832 bytes

Altered patch to fall back on core favicon (druplicon) if favicon has been disabled.
http://drupal.org/cvs?commit=106745

Anonymous’s picture

Status: Fixed » Closed (fixed)

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