function form_placeholder_enable in Form Placeholder 7
Implements hook_enable().
File
- ./
form_placeholder.install, line 11 - Installation functions for Form Placeholder module.
Code
function form_placeholder_enable() {
drupal_set_message(t('Form Placeholder module is enabled, now You can go to the <a href="@module-config">module configuration page</a>.', array(
'@module-config' => url('admin/config/user-interface/form-placeholder'),
)));
}