aggregator_init()aggregator/aggregator.module, line 262
Implementation of hook_init().
<?php function aggregator_init() { drupal_add_css(drupal_get_path('module', 'aggregator') .'/aggregator.css'); } ?>