You are here

function search_krumo_init in Search Krumo 7

Same name and namespace in other branches
  1. 6 search_krumo.module \search_krumo_init()

Implements hook_init().

File

./search_krumo.module, line 30
Code for the Search Krumo module.

Code

function search_krumo_init() {

  // We add the search_krumo JavaScript on every page.
  // If it's not necessary it is removed in hook_js_alter.
  add_search_krumo();
}