You are here

function getdirections_enable in Get Directions 7.2

Same name and namespace in other branches
  1. 7.3 getdirections.install \getdirections_enable()

Implements hook_enable()

File

./getdirections.install, line 26
getdirections module installation.

Code

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