aggregator_init

Definition

aggregator_init()
modules/aggregator/aggregator.module, line 253

Description

Implementation of hook_init().

Code

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

Drupal is a registered trademark of Dries Buytaert.