diff options
Diffstat (limited to 'timelinejs_embed.tpl.php')
-rw-r--r-- | timelinejs_embed.tpl.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/timelinejs_embed.tpl.php b/timelinejs_embed.tpl.php new file mode 100644 index 0000000..cc5a18a --- /dev/null +++ b/timelinejs_embed.tpl.php @@ -0,0 +1,3 @@ +<br /> +<?php global $base_url; ?> +<?php print t('Embed code'); ?>: <textarea rows="1" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>" height="300px" width="100%" allowfullscreen frameborder="0"></textarea> |