function featured_content_enable in Featured Content 7.2
Same name and namespace in other branches
- 6.2 featured_content.install \featured_content_enable()
- 6 featured_content.install \featured_content_enable()
- 7 featured_content.install \featured_content_enable()
Implements hook_enable().
File
- ./
featured_content.install, line 33 - Install, update, and uninstall functions for the Featured Content module.
Code
function featured_content_enable() {
drupal_set_message(t('To add Featured Content blocks, find the "Add Featured Content block" action link on the <a href="@url">administer blocks page</a>.', array(
'@url' => url('admin/structure/block'),
)));
}