You are here

function featured_content_enable in Featured Content 6

Same name and namespace in other branches
  1. 6.2 featured_content.install \featured_content_enable()
  2. 7.2 featured_content.install \featured_content_enable()
  3. 7 featured_content.install \featured_content_enable()

Implements hook_enable().

File

./featured_content.install, line 27
Provides install, upgrade and un-install functions for featured_content.

Code

function featured_content_enable() {
  drupal_set_message(t('To use Featured Content Blocks, find the "Add Featured Content Block" tab (or button) on the <a href="@url">administer blocks page</a>.', array(
    '@url' => url('admin/build/block'),
  )));
}