summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2013-06-26 16:20:25 -0300
committerSilvio <silvio@socioambiental.org>2013-06-26 16:20:25 -0300
commit94de2d83f14a02a91596e464ff9f3a31e292d5f8 (patch)
tree369a03458706518186e68cc64d2b550c7bb3b963
parent7b91ee63241aca8a2a68176ebc31bac5ead9e4a5 (diff)
downloadtimelinejs-94de2d83f14a02a91596e464ff9f3a31e292d5f8.tar.gz
timelinejs-94de2d83f14a02a91596e464ff9f3a31e292d5f8.tar.bz2
Coding style
-rw-r--r--timelinejs.tpl.php16
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>