You are here

function getlocations_smartip_enable in Get Locations 7

Same name and namespace in other branches
  1. 7.2 modules/getlocations_smartip/getlocations_smartip.install \getlocations_smartip_enable()

Implements hook_enable().

File

modules/getlocations_smartip/getlocations_smartip.install, line 23
getlocations_smartip.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_smartip_enable() {
  drupal_set_message(st('Thank you for installing Getlocations smartip. To set it up please visit the <a href="@url">configuration page</a>.', array(
    '@url' => url('admin/config/services/getlocations/smartip'),
  )), 'status');
}