diff options
-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 = { |