You are here

function lang_dropdown_install in Language Switcher Dropdown 7.2

Same name and namespace in other branches
  1. 6 lang_dropdown.install \lang_dropdown_install()
  2. 7 lang_dropdown.install \lang_dropdown_install()

Implements hook_install().

File

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

Code

function lang_dropdown_install() {
  drupal_set_message(st("<b>Language switcher dropdown</b> is installed successfully.<br />Please refer to README.txt for help in configuration."));
}