You are here

function activity_comments_init in Activity 6.2

Implementation of hook_init().

File

activity_comments/activity_comments.module, line 11
Provides comment handling for activity messages

Code

function activity_comments_init() {
  drupal_add_css(drupal_get_path('module', 'activity_comments') . '/activity_comments.css');
}