function aggregator_init in Drupal 6
Implementation of hook_init().
File
- 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');
}