coffee.install in Coffee 6
Same filename and directory in other branches
Provides installation details for Coffee.
File
coffee.installView source
<?php
/**
* @file
* Provides installation details for Coffee.
*/
/**
* Implements hook_enable().
*/
function coffee_enable() {
drupal_set_message(t('The Coffee module was succesfully enabled, press alt+d to start Coffee.'), 'status');
}
Functions
Name | Description |
---|---|
coffee_enable | Implements hook_enable(). |