You are here

function heartbeat_ui_help in Heartbeat 7

Implements hook_help().

File

modules/heartbeat_ui/heartbeat_ui.module, line 6

Code

function heartbeat_ui_help($path, $arg) {
  switch ($path) {
    case 'admin/structure/heartbeat-templates/manage/%heartbeat_message_template':
      return '<p>' . t('Heartbeat activity message templates.') . '</p>';
  }
}