You are here

function hashtags_init in Hashtags 7

Implements hook_init().

File

./hashtags.module, line 22

Code

function hashtags_init() {
  drupal_add_css(drupal_get_path('module', 'hashtags') . '/hashtags.css');
}