You are here

function lang_dropdown_install in Language Switcher Dropdown 6

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

Implements hook_install()

File

./lang_dropdown.install, line 6

Code

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