You are here

function iframe_init in Iframe 6

Same name and namespace in other branches
  1. 7 iframe.module \iframe_init()

Implementation of hook_init().

File

./iframe.module, line 30
Defines simple iframe field types. based on the cck-module "link" by quicksketch MODULE-Funtions

Code

function iframe_init() {
  drupal_add_js(drupal_get_path('module', 'iframe') . '/iframe.js');
}