diff options
author | Silvio <silvio@socioambiental.org> | 2013-06-25 15:50:53 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-06-25 15:50:53 -0300 |
commit | a30692d0e8b4c2fb551b3742f468d5ad0a94e9e9 (patch) | |
tree | 0393a80c87193813fd5c52c19ae5135741ec8003 /timelinejs.tpl.php | |
parent | 92fdd4b5361b1d25be91994afa499fbdc5d10110 (diff) | |
download | timelinejs-a30692d0e8b4c2fb551b3742f468d5ad0a94e9e9.tar.gz timelinejs-a30692d0e8b4c2fb551b3742f468d5ad0a94e9e9.tar.bz2 |
Fixing library_path
Diffstat (limited to 'timelinejs.tpl.php')
-rw-r--r-- | timelinejs.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs.tpl.php b/timelinejs.tpl.php index 1dc3aed..cd8a846 100644 --- a/timelinejs.tpl.php +++ b/timelinejs.tpl.php @@ -12,5 +12,5 @@ lang: '<?php print $lang; ?>' } </script> -<script type="text/javascript" src="/sites/all/libraries/timelinejs/compiled/js/timeline-embed.js"></script> +<script type="text/javascript" src="/<?php print $library_path; ?>/compiled/js/timeline-embed.js"></script> <!-- END Timeline Embed --> |