function cumulus_enable in Cumulus 7
Same name and namespace in other branches
- 6.2 cumulus.module \cumulus_enable()
- 6 cumulus.module \cumulus_enable()
Implements hook_enable().
File
- ./
cumulus.module, line 13 - The brain of Cumulus.
Code
function cumulus_enable() {
drupal_set_message(t('Cumulus has now been enabled. You need to !configure the Cumulus block settings before you use it.', array(
'!configure' => l(t('configure and save'), 'admin/structure/block'),
)));
}