diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-01 22:47:53 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-01 22:47:53 +0000 |
commit | 0ea4e1c5f638a22f7353caaa7515ebffc638e432 (patch) | |
tree | 7e8af8def0643985d92fc41b0cad96086377b09b /modules/forum | |
parent | 7b76938b2401388f411dbf2179554ca5b449da55 (diff) | |
download | brdo-0ea4e1c5f638a22f7353caaa7515ebffc638e432.tar.gz brdo-0ea4e1c5f638a22f7353caaa7515ebffc638e432.tar.bz2 |
#100563: Conditional loading of (some) module.css files
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum.module | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module index e12a5b6ca..ed6b971fa 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -92,11 +92,6 @@ function forum_menu($may_cache) { 'type' => MENU_CALLBACK); } } - 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', 'forum') .'/forum.css'); - } return $items; } |