You are here

function imagepicker_enable in Image Picker 7

Implements hook_enable()

File

./imagepicker.install, line 184
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

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