You are here

function ml_image_init in Media Library 6

Implementation of hook_init()

File

ml_image/ml_image.module, line 26
Media Library Image module.

Code

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