function likebtn_install in Like Button 8.2
Same name and namespace in other branches
- 7 likebtn.install \likebtn_install()
Implements hook_install().
File
- ./
likebtn.install, line 11 - Install, update and uninstall functions for the LikeBtn module.
Code
function likebtn_install() {
$t = get_t();
drupal_set_message($t("LikeBtn settings are available under !link", array(
'!link' => l($t('Administration > Web services > LikeBtn configuration'), 'admin/config/services/likebtn'),
)));
}