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