You are here

function easy_social_enable in Easy Social 7.2

Implements hook_enable().

File

./easy_social.install, line 10
Easy Social installation hooks.

Code

function easy_social_enable() {
  drupal_set_message(t('Use the <a href="@wizard">Easy Social Wizard</a> to quickly set up Easy Social for your Content Types', array(
    '@wizard' => url('admin/config/content/easy_social_wizard'),
  )));
}