You are here

views-view-row-heartbeat.tpl.php in Heartbeat 6.3

views-view-row-heartbeat.tpl.php Default simple view template to display a single heartbeat.

Rather than doing anything with this particular template, it is more efficient to use a variant of the heartbeat.tpl.php based upon the view, which will be named heartbeat-view-VIEWNAME.tpl.php. This isn't actually a views template, which is why it's not used here, but is a template 'suggestion' given to the heartbeat template, and is used exactly the same as any other variant of the heartbeat template file, such as heartbeat-heartbeat.tpl.php

File

views/theme/views-view-row-heartbeat.tpl.php
View source
<?php

/**
 * @file views-view-row-heartbeat.tpl.php
 * Default simple view template to display a single heartbeat.
 *
 * Rather than doing anything with this particular template, it is more
 * efficient to use a variant of the heartbeat.tpl.php based upon the view,
 * which will be named heartbeat-view-VIEWNAME.tpl.php. This isn't actually
 * a views template, which is why it's not used here, but is a template
 * 'suggestion' given to the heartbeat template, and is used exactly
 * the same as any other variant of the heartbeat template file, such as
 * heartbeat-heartbeat.tpl.php
 *
 * @ingroup views_templates
 */
print $row->message;