function aggregator_init
Implementation of hook_init().
Archivo
- drupal-6.x/
modules/ aggregator/ aggregator.module, line 262 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Código
function aggregator_init() {
drupal_add_css(drupal_get_path('module', 'aggregator') . '/aggregator.css');
}