Skip to content

Instantly share code, notes, and snippets.

@iesta
Created May 14, 2014 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iesta/73af4a22929954a2d222 to your computer and use it in GitHub Desktop.
Save iesta/73af4a22929954a2d222 to your computer and use it in GitHub Desktop.
Frame to insert - LuckyCycle - Smarty version
<iframe frameborder="0"
height="{$vars['frame']['height']}"
src="http://www.luckycycle.com/play/{$vars['hash']}"
target="_blank"
align="center"
width="{$vars['frame']['width']}"
scrolling="no"
style="{$vars['frame']['css']}"
width="{$vars['frame']['width']}"
height="{$vars['frame']['height']}"
frameborder="0"
scrolling="no"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment