function csm_install in Custom Submit Messages 7.x
Same name and namespace in other branches
- 6 csm.install \csm_install()
Implements hook_install().
File
- ./
csm.install, line 11 - Install, update and uninstall functions for the Custom Submit Messages module.
Code
function csm_install() {
global $base_url;
drupal_set_message(st('Custom Submit Messages module has been installed succesfully. In order for the module to work, ' . l(st('click here'), 'admin/settings/messages_alter') . ' and then update the Status Message Alter module to the latest version.'));
}