You are here

function shadowbox_init in Shadowbox 7.3

Same name and namespace in other branches
  1. 6.4 shadowbox.module \shadowbox_init()
  2. 6 shadowbox.module \shadowbox_init()
  3. 6.2 shadowbox.module \shadowbox_init()
  4. 6.3 shadowbox.module \shadowbox_init()
  5. 7.4 shadowbox.module \shadowbox_init()

Implements hook_init().

File

./shadowbox.module, line 155
Shadowbox, a JavaScript media viewer application for displaying content in a modal dialogue.

Code

function shadowbox_init() {
  _shadowbox_construct_header();
}