aggregator_init
- Versions
- 6 – 7
aggregator_init()
Implementation of hook_init().
Code
modules/aggregator/aggregator.module, line 262
<?php
function aggregator_init() {
drupal_add_css(drupal_get_path('module', 'aggregator') .'/aggregator.css');
}
?>Login or register to post comments 