function superfish_enable in Superfish 6
Same name and namespace in other branches
- 7 superfish.install \superfish_enable()
Implements hook_enable().
File
- ./
superfish.install, line 19 - Install, update and uninstall functions for the Superfish module.
Code
function superfish_enable() {
drupal_set_message(check_plain('To use Superfish go to the administer blocks page and enable a Superfish block.'));
}