diff options
author | Silvio <silvio@socioambiental.org> | 2018-07-03 16:24:00 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2018-07-03 16:24:00 -0300 |
commit | 2ca9828fe3a3bffb1c981fb80422e1e073ffa308 (patch) | |
tree | fbbf32102e610d4a43e41309f5c7837d78a12126 /timelinejs.tpl.php | |
parent | 9ce651b258c71140cf506036ea9a2aaab97f0038 (diff) | |
download | timelinejs-2ca9828fe3a3bffb1c981fb80422e1e073ffa308.tar.gz timelinejs-2ca9828fe3a3bffb1c981fb80422e1e073ffa308.tar.bz2 |
Fix logo positioning
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 a551df4..0b0863b 100644 --- a/timelinejs.tpl.php +++ b/timelinejs.tpl.php @@ -1,6 +1,6 @@ <?php global $base_url; ?> <!-- BEGIN Timeline Embed --> -<a href="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>"><img style="z-index: 99999999; position: fixed; margin-top: 10px; margin-left: 10px;" src="/<?php print $module_path; ?>/images/isa-icon.png" alt="Instituto Socioambiental"></a> +<a href="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>"><img style="z-index: 99999999; position: absolute; margin-top: 10px; margin-left: 10px;" src="/<?php print $module_path; ?>/images/isa-icon.png" alt="Instituto Socioambiental"></a> <div id="timeline-embed" style="width:<?print $width; ?>; height: <?php print $height; ?>;"></div> <script type="text/javascript"> var timeline_config = { |