function getlocations_leaflet_enable in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_leaflet/getlocations_leaflet.install \getlocations_leaflet_enable()
Implements hook_enable().
File
- modules/
getlocations_leaflet/ getlocations_leaflet.install, line 65 - getlocations_leaflet.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_leaflet_enable() {
drupal_set_message(st('Thank you for installing Getlocations Leaflet. To set it up please visit the <a href="@url">configuration page</a>.', array(
'@url' => url('admin/config/services/getlocations/leaflet'),
)), 'status');
}