You are here

function lang_dropdown_hideout_install in Language Switcher Dropdown 7.2

Implements hook_install().

File

lang_dropdown_hideout/lang_dropdown_hideout.install, line 11
Install, update, and uninstall functions for the LSD hideout module.

Code

function lang_dropdown_hideout_install() {
  drupal_set_message(st("<b>Language switcher dropdown hideout</b> is installed successfully."));
}