You are here

web_widgets_inline.tpl.php in Web Widgets 7

Same filename and directory in other branches
  1. 6 inline/web_widgets_inline.tpl.php

Template for the code for what to embed in external sites

File

inline/web_widgets_inline.tpl.php
View source
<?php

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

print $id_suffix;
?> = <?php

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

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

print $wid;
?>"></div>