You are here

web_widgets_iframe.tpl.php in Web Widgets 7

Same filename and directory in other branches
  1. 6 iframe/web_widgets_iframe.tpl.php

Template for the code what to embed in external sites

File

iframe/web_widgets_iframe.tpl.php
View source
<?php

/**
 * @file
 * Template for the code what to embed in external sites
 */
?>
<script type="text/javascript">
widgetContext = <?php

print $js_variables;
?>;
</script>
<script id="<?php

print $wid;
?>" src="<?php

print $script_url;
?>"></script>