You are here

function lang_dropdown_install in Language Switcher Dropdown 7

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

Implementation of hook_install().

File

./lang_dropdown.install, line 10
Install, update, and uninstall functions for the Language switcher dropdown 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."));
}