Closed (fixed)
Project:
Administration menu
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
16 Jul 2007 at 20:27 UTC
Updated:
20 Sep 2007 at 11:31 UTC
"Any output of this module, including the menu bar icon, is themable."
What is the best approach on editing the icon? In my case I want to remove it completely without editing the module itself...
Comments
Comment #1
sunYou have two options to override the admin menu icon:
1) Disable it via CSS in your theme:
2) Alter the image by overriding the theme function:
Copy the whole function theme_admin_menu_icon() into your template.php,
rename it to f.e. phptemplate_admin_menu_icon() and customize the output.
Committed this to README.txt.
Comment #2
(not verified) commented