heartbeat-activity.tpl.php in Heartbeat 7
1 theme call to heartbeat-activity.tpl.php
File
heartbeat-activity.tpl.phpView source
<div class="<?php
print $classes;
?>"<?php
print $attributes;
?>>
<?php
print render($content);
?>
</div>
<div class="<?php
print $classes;
?>"<?php
print $attributes;
?>>
<?php
print render($content);
?>
</div>