You are here

function video_init in Video 7.2

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

Implements hook_init().

File

./video.module, line 21
All module hooks implementation can be found in this file.

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');
}