diff options
Diffstat (limited to 'timelinejs_print_event.tpl.php')
-rw-r--r-- | timelinejs_print_event.tpl.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/timelinejs_print_event.tpl.php b/timelinejs_print_event.tpl.php new file mode 100644 index 0000000..7a0bc7e --- /dev/null +++ b/timelinejs_print_event.tpl.php @@ -0,0 +1,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> |