function aggregator_init

6.x aggregator.module aggregator_init()

Implementation of hook_init().

File

drupal-6.x/modules/aggregator/aggregator.module, line 262
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

function aggregator_init() {
  drupal_add_css(drupal_get_path('module', 'aggregator') . '/aggregator.css');
}