You are here

function heartbeat_message_id_title in Heartbeat 7

Function to load the title of message template pages.

File

./heartbeat.module, line 1129
Module file for heartbeat activity. Basic hook implementations and helper functions will be found here.

Code

function heartbeat_message_id_title($template) {
  return $template->message_id;
}