You are here

function modal_init in Modal operations 7

Implements hook_init().

File

./modal.module, line 6

Code

function modal_init() {

  // Include the CTools tools that we need.
  ctools_include('ajax');
  ctools_include('modal');

  // Add CTools javascript to the page.
  ctools_modal_add_js();
}