You are here

function tagadelic_init in Tagadelic 7

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

Implements hook_init().

File

./tagadelic.module, line 15

Code

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