From 3cc2b1e3d78d7e82572d59939507bb3eddce53b4 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 14 Aug 2006 07:14:50 +0000 Subject: #77183 by m3avrck and timcn, split up drupal.css by module. --- modules/aggregator/aggregator.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 0b7d3cbd2..99d09940c 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -117,6 +117,10 @@ function aggregator_menu($may_cache) { } } 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', 'aggregator') .'/aggregator.css'); + if (arg(0) == 'aggregator' && is_numeric(arg(2))) { if (arg(1) == 'sources') { $feed = aggregator_get_feed(arg(2)); -- cgit v1.2.3