Implements hook_enable().

File

./colorbox.install, line 11

Code

function colorbox_enable() {
    drupal_set_message(t('Thanks for installing Colorbox'));
    drupal_set_message(t('You may configure Colorbox by visiting <a href="@url_settings">@url_settings</a>', array(
        '@url_settings' => url('admin/config/media/colorbox'),
    )));
}