You are here

function tagclouds_init in TagCloud 7

Implements hook_init().

File

./tagclouds.module, line 15

Code

function tagclouds_init() {
  drupal_add_css(drupal_get_path('module', 'tagclouds') . '/tagclouds.css');
}