summaryrefslogtreecommitdiff
path: root/timelinejs_json.tpl.php
blob: 2e69e8dc13de1da19d1047057e6fa6c3ce8e0ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
            {
                "startDate":"<?php print $event['date']; ?>",
                "headline":"<?php print $event['headline']; ?>",
                "text":"<?php print $event['text']; ?>",
                "asset":
                {
                    "media":"<?php print $event['media']; ?>",
                    "credit":"",
                    "caption":""
                }
            }