You are here

function heartbeat_enable in Heartbeat 6.4

Same name and namespace in other branches
  1. 6.2 heartbeat.install \heartbeat_enable()
  2. 6.3 heartbeat.install \heartbeat_enable()

install basic variables

File

./heartbeat.install, line 67
Installation file for the heartbeat module. @author Jochen Stals - Menhir - www.menhir.be

Code

function heartbeat_enable() {
  drupal_set_message(t('Please visit !messages_page to import default heartbeat messages from other modules.', array(
    '!messages_page' => l(t('Heartbeat messages page'), 'admin/build/heartbeat'),
  )));
}