diff options
author | Silvio <silvio@socioambiental.org> | 2018-07-03 16:59:08 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2018-07-03 16:59:08 -0300 |
commit | d452474775e48c1a0f036f115231df0f8a0d275a (patch) | |
tree | 5bb433cb9c870afacf41341a6dc8af9d23d6f2af /timelinejs_embed.tpl.php | |
parent | 2ca9828fe3a3bffb1c981fb80422e1e073ffa308 (diff) | |
download | timelinejs-d452474775e48c1a0f036f115231df0f8a0d275a.tar.gz timelinejs-d452474775e48c1a0f036f115231df0f8a0d275a.tar.bz2 |
Fix embed code link
Diffstat (limited to 'timelinejs_embed.tpl.php')
-rw-r--r-- | timelinejs_embed.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs_embed.tpl.php b/timelinejs_embed.tpl.php index c69ccc2..94ce360 100644 --- a/timelinejs_embed.tpl.php +++ b/timelinejs_embed.tpl.php @@ -1,3 +1,3 @@ <br /> <?php global $base_url; ?> -<?php print t('Embed code'); ?>: <textarea rows="2" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>" height="600px" width="100%" allowfullscreen frameborder="0"></textarea> +<?php print t('Embed code'); ?>: <textarea rows="2" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/widgets/timeline/<?php print $nid; ?>" height="600px" width="100%" allowfullscreen frameborder="0"></textarea> |