summaryrefslogtreecommitdiff
path: root/timelinejs_print_event.tpl.php
blob: b0f2157940cf52625a2c0face458726dad15a5e8 (plain)
1
2
3
<li class="timeline">
  <?php print strftime('%d/%m/%Y', strtotime($event->field_date['und'][0]['value'])); ?> - <strong><?php print $event->title; ?></strong>: <?php print $event->body['und'][0]['value']; ?>
</li>