You are here

function responsive_navigation_enable in Responsive Navigation 7

Implements hook_enable().

File

./responsive_navigation.install, line 35
Install, update, and uninstall functions for the responsive_navigation module.

Code

function responsive_navigation_enable() {
  drupal_set_message(check_plain('To use Responsive Navigation, go to the administer blocks page and enable a Responsive Navigation block.'));
}