From ee4874a1847e98590d24ce01b43f6ae518864986 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 25 Jun 2013 13:56:50 -0300 Subject: Initial tag support --- timelinejs_json_event.tpl.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'timelinejs_json_event.tpl.php') diff --git a/timelinejs_json_event.tpl.php b/timelinejs_json_event.tpl.php index 9fd35d9..60b88c2 100644 --- a/timelinejs_json_event.tpl.php +++ b/timelinejs_json_event.tpl.php @@ -2,6 +2,9 @@ "startDate":"field_date['und'][0]['value'])); ?>", "headline":"title; ?>", "text":"body['und'][0]['value']); ?>", +tag) && $event->tag != FALSE) { ?> + "tag":"tag->name; ?>", + "asset": { field_embed)) { ?> -- cgit v1.2.3