diff options
author | Silvio <silvio@socioambiental.org> | 2018-07-03 15:15:03 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2018-07-03 15:15:03 -0300 |
commit | 3e7ee721b2ace2a3f7b5f256449e17e4bb4102cd (patch) | |
tree | cc828956385c418d149e0315722521903db33063 /timelinejs.tpl.php | |
parent | 8b7ecf0b858504c2c2fef0e4d52810561085e32a (diff) | |
download | timelinejs-3e7ee721b2ace2a3f7b5f256449e17e4bb4102cd.tar.gz timelinejs-3e7ee721b2ace2a3f7b5f256449e17e4bb4102cd.tar.bz2 |
Add ISA logo into timeline
Diffstat (limited to 'timelinejs.tpl.php')
-rw-r--r-- | timelinejs.tpl.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/timelinejs.tpl.php b/timelinejs.tpl.php index 3a15e67..edf0ec5 100644 --- a/timelinejs.tpl.php +++ b/timelinejs.tpl.php @@ -1,4 +1,5 @@ <!-- BEGIN Timeline Embed --> +<img style="z-index: 99999999; position: fixed; margin-top: 10px; margin-left: 10px;" src="/sites/default/modules/isa_widgets/images/isa-icon.png" alt="Instituto Socioambiental"> <div id="timeline-embed" style="width:<?print $width; ?>; height: <?php print $height; ?>;"></div> <script type="text/javascript"> var timeline_config = { @@ -26,6 +27,8 @@ } </script> +<!--<img style="z-index: 99999999; position: relative; top: -50px; left: 10px;" src="/sites/default/modules/isa_widgets/images/isa-icon.png" alt="Instituto Socioambiental">--> + <script type="text/javascript" src="https://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js"></script> <!-- Use timelinejs from CDN until we fix it's direct inclusion --> <!--<script type="text/javascript" src="/<?php print $library_path; ?>/compiled/js/storyjs-embed.js"></script>--> |