function webform_hints_install in Webform Hints 6
Same name and namespace in other branches
- 7 webform_hints.install \webform_hints_install()
Implementation of hook_install().
File
- ./
webform_hints.install, line 11 - Installation file for the Webform Hints module.
Code
function webform_hints_install() {
drupal_set_message(st("Webform Hints has been installed. The Module settings are available under !link.", array(
'!link' => l(st('Administer > Site configuration > Webform Hints'), 'admin/settings/webform-hints'),
)));
}