You are here

function video_init in Video 7

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

File

./video.module, line 27

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