function ahah_example_init in Examples for Developers 6
Implements hook_init() to add module css.
File
- ahah_example/
ahah_example.module, line 161 - Demo of some varieties of AHAH in Drupal 6. A tutorial based on this module is at http://randyfay.com/ahah.
Code
function ahah_example_init() {
drupal_add_css(drupal_get_path('module', 'ahah_example') . '/ahah_example.css');
}