You are here

views-view-row-activity.tpl.php in Activity 6

Default simple view template to display a single heartbeat.

File

views-view-row-activity.tpl.php
View source
<?php

/**
 * @file
 * Default simple view template to display a single heartbeat.
 *
 * @ingroup views_templates
 */
print $row->activity_message;
?>
  
<?php

if (isset($info)) {
  ?>
  <?php

  print $info;
}