You are here

views-timelinejs.tpl.php in Views TimelineJS integration 7

Same filename and directory in other branches
  1. 7.3 theme/views-timelinejs.tpl.php

Views template to output TimelineJS wrapper markup.

File

theme/views-timelinejs.tpl.php
View source
<?php

/**
 * @file
 * Views template to output TimelineJS wrapper markup.
 */
?>
<div id="<?php

print $timelinejs_id;
?>" class="timelinejs"></div>