You are here

function video_filter_init in Video Filter 6.3

Same name and namespace in other branches
  1. 6.2 video_filter.module \video_filter_init()

Implements hook_init().

File

./video_filter.module, line 499

Code

function video_filter_init() {
  drupal_add_css(drupal_get_path('module', 'video_filter') . '/video_filter.css');
}