views-timelinejs.tpl.php in Views TimelineJS integration 7.3
Same filename and directory in other branches
Views template to output TimelineJS wrapper markup.
1 theme call to views-timelinejs.tpl.php
- views_timelinejs_plugin_style_timelinejs::render in ./
views_timelinejs_plugin_style_timelinejs.inc - Render the display in this style.
File
theme/views-timelinejs.tpl.phpView source
<?php
/**
* @file
* Views template to output TimelineJS wrapper markup.
*/
?>
<div<?php
print $div_attributes;
?>></div>