diff options
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.info | 1 | ||||
-rw-r--r-- | modules/aggregator/aggregator.module | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/modules/aggregator/aggregator.info b/modules/aggregator/aggregator.info index d94344022..ae67bbb83 100644 --- a/modules/aggregator/aggregator.info +++ b/modules/aggregator/aggregator.info @@ -13,3 +13,4 @@ files[] = aggregator.processor.inc files[] = aggregator.install files[] = aggregator.test configure = admin/config/services/aggregator/settings +stylesheets[all][] = aggregator.css diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index b82bb6484..d9afbe66f 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -283,13 +283,6 @@ function _aggregator_category_title($category) { } /** - * Implements hook_init(). - */ -function aggregator_init() { - drupal_add_css(drupal_get_path('module', 'aggregator') . '/aggregator.css', array('preprocess' => TRUE)); -} - -/** * Find out whether there are any aggregator categories. * * @return |