summaryrefslogtreecommitdiff
path: root/modules/menu/menu.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-30 01:55:31 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-30 01:55:31 +0000
commit0d99880f9629c846e125fbcc3670215b5856e0cc (patch)
tree1dfd2e90957ff8ca81d36ba28c6ae6131c657fe8 /modules/menu/menu.module
parent05a9e540b4543544fe5f12929a0c8a04b51a7404 (diff)
downloadbrdo-0d99880f9629c846e125fbcc3670215b5856e0cc.tar.gz
brdo-0d99880f9629c846e125fbcc3670215b5856e0cc.tar.bz2
#99763 by kkaefer. The menus are a system-level thing, and their css should be too.
Diffstat (limited to 'modules/menu/menu.module')
-rw-r--r--modules/menu/menu.module5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index 46ad75ca1..f4e1ac8c3 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -105,11 +105,6 @@ function menu_menu($may_cache) {
'weight' => 5,
);
}
- else {
- // Add the CSS for this module
- // We put this in !$may_cache so it's only added once per request
- drupal_add_css(drupal_get_path('module', 'menu') .'/menu.css');
- }
return $items;
}