diff options
author | Silvio <silvio@socioambiental.org> | 2013-06-26 17:55:23 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-06-26 17:55:23 -0300 |
commit | 8ea5c71c9aa386d858b602fd20717d1b15e8dc59 (patch) | |
tree | a4371b111e6fc14c021c3793cc535378433fa868 /timelinejs.tpl.php | |
parent | ed96b9b69718246532196f03c0f3bf17545ef299 (diff) | |
download | timelinejs-8ea5c71c9aa386d858b602fd20717d1b15e8dc59.tar.gz timelinejs-8ea5c71c9aa386d858b602fd20717d1b15e8dc59.tar.bz2 |
Adding font parameter
Diffstat (limited to 'timelinejs.tpl.php')
-rw-r--r-- | timelinejs.tpl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/timelinejs.tpl.php b/timelinejs.tpl.php index f5219d8..eeb2f97 100644 --- a/timelinejs.tpl.php +++ b/timelinejs.tpl.php @@ -9,8 +9,9 @@ hash_bookmark: <?php print $hash_bookmark; ?>, css: "<?php print $css; ?>", js: "<?php print $js; ?>", + font: "<?php print $font; ?>", lang: "<?php print $lang; ?>" } </script> - <script type="text/javascript" src="/<?php print $library_path; ?>/compiled/js/storyjs-embed.js"></script> +<script type="text/javascript" src="/<?php print $library_path; ?>/compiled/js/storyjs-embed.js"></script> <!-- END Timeline Embed --> |