You are here

function menu_target_init in Menu target 6

Implementation of hook_init().

File

./menu_target.module, line 56
Allows administrators to choose wether or not to open menu items in a new window

Code

function menu_target_init() {
  drupal_add_js(drupal_get_path('module', 'menu_target') . '/menu_target.js');
}