You are here

function coffee_enable in Coffee 7

Same name and namespace in other branches
  1. 6 coffee.install \coffee_enable()
  2. 7.2 coffee.install \coffee_enable()

Implements hook_enable().

File

./coffee.install, line 10
Provides installation details for Coffee.

Code

function coffee_enable() {
  drupal_set_message(t('The Coffee module was succesfully enabled, press alt+d to start Coffee.'), 'status');
}