diff options
Diffstat (limited to 'timelinejs.tpl.php')
-rw-r--r-- | timelinejs.tpl.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/timelinejs.tpl.php b/timelinejs.tpl.php index 9fa4ff6..e3af8a7 100644 --- a/timelinejs.tpl.php +++ b/timelinejs.tpl.php @@ -2,14 +2,14 @@ <div id="timeline-embed" style="width:<?print $width; ?>; height: <?php print $height; ?>;"></div> <script type="text/javascript"> var timeline_config = { - width: "<?php print $width; ?>", - height: "<?php print $height; ?>", - source: '<?php print $source; ?>', - start_at_end: <?php print $start_at_end; ?>, - hash_bookmark: <?php print $hash_bookmark; ?>, - css: '<?php print $css; ?>', - js: '<?php print $js; ?>', - lang: '<?php print $lang; ?>' + width: "<?php print $width; ?>", + height: "<?php print $height; ?>", + source: "<?php print $source; ?>", + start_at_end: <?php print $start_at_end; ?>, + hash_bookmark: <?php print $hash_bookmark; ?>, + css: "<?php print $css; ?>", + js: "<?php print $js; ?>", + lang: "<?php print $lang; ?>" } </script> <script type="text/javascript" src="/<?php print $library_path; ?>/compiled/js/timeline-embed.js"></script> |