You are here

function video_init in Video 6.4

Same name and namespace in other branches
  1. 6.5 video.module \video_init()
  2. 7.2 video.module \video_init()
  3. 7 video.module \video_init()

Implementation of hook_init().

File

./video.module, line 11
video.module

Code

function video_init() {
  drupal_add_css(drupal_get_path('module', 'video') . '/css/video.css');
  drupal_add_js(drupal_get_path('module', 'video') . '/js/video.js');
}