You are here

function tagadelic_init in Tagadelic 6

Same name and namespace in other branches
  1. 7 tagadelic.module \tagadelic_init()

Implements hook_init().

File

./tagadelic.module, line 16

Code

function tagadelic_init() {
  drupal_add_css(drupal_get_path('module', 'tagadelic') . '/tagadelic.css');
}