From 47f527fbbeb4b631bcdf26ce0e74538c8fc96a11 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 1 Dec 2006 23:17:26 +0000 Subject: Fixing commit of #100563 (thanks webernet) --- modules/forum/forum.module | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index ed6b971fa..e12a5b6ca 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -92,6 +92,11 @@ 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; } -- cgit v1.2.3