function video_init in Video 6.5
Same name and namespace in other branches
- 6.4 video.module \video_init()
- 7.2 video.module \video_init()
- 7 video.module \video_init()
Implementation of hook_init().
File
- ./
video.module, line 15 - Main file of the 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');
}