You are here

heartbeat-activity.tpl.php in Heartbeat 7

File

heartbeat-activity.tpl.php
View source
<div class="<?php

print $classes;
?>"<?php

print $attributes;
?>>
  <?php

print render($content);
?>
</div>