summaryrefslogtreecommitdiff
path: root/timelinejs_print_event.tpl.php
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2012-08-20 12:11:53 -0300
committerSilvio <silvio@socioambiental.org>2012-08-20 12:11:53 -0300
commite5714681d3e1d949211a776c9b78571fd69820f5 (patch)
treee61f709b7cdeb343afdabcba69ac4b618ab862eb /timelinejs_print_event.tpl.php
parent563f9f6ff1f294055b2fee95e5aee69905b2ff90 (diff)
downloadtimelinejs-e5714681d3e1d949211a776c9b78571fd69820f5.tar.gz
timelinejs-e5714681d3e1d949211a776c9b78571fd69820f5.tar.bz2
Stronger text on print template
Diffstat (limited to 'timelinejs_print_event.tpl.php')
-rw-r--r--timelinejs_print_event.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs_print_event.tpl.php b/timelinejs_print_event.tpl.php
index 7a0bc7e..b0f2157 100644
--- a/timelinejs_print_event.tpl.php
+++ b/timelinejs_print_event.tpl.php
@@ -1,3 +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']; ?>
+ <?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>