summaryrefslogtreecommitdiff
path: root/timelinejs_print.tpl.php
blob: 0bef8817fec1ce431fca8edd3b5d26c44f372a00 (plain)
1
2
3
4
5
6
7
8
9
<!--<h2><?php print $headline; ?></h2>-->
<h3><?php print $date; ?></h3>
<h3><?php print $text; ?></h3>

<?php print $media; ?>

<ul>
  <?php print $events; ?>
</ul>