From d6d6b670401e28caff59f330d3d2843d65b85de9 Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 2 Aug 2012 16:41:37 -0300 Subject: More changes in the timelinejs_json --- timelinejs_json_event.tpl.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'timelinejs_json_event.tpl.php') diff --git a/timelinejs_json_event.tpl.php b/timelinejs_json_event.tpl.php index 2e69e8d..a76f806 100644 --- a/timelinejs_json_event.tpl.php +++ b/timelinejs_json_event.tpl.php @@ -1,10 +1,10 @@ { - "startDate":"", - "headline":"", - "text":"", + "startDate":"field_data['und']['0']['value'])); ?>", + "headline":"title; ?>", + "text":"body['und']['0']['value']; ?>", "asset": { - "media":"", + "media":"media; ?>", "credit":"", "caption":"" } -- cgit v1.2.3