2012-04-19, 07:14:02
You're welcome alienee22 :-) (did say that you come up with the same conclusion at the same time?)
Another example is with embeding youtube videos.
Component: youtube
Placeholder
Another example is with embeding youtube videos.
Component: youtube
Code:
<?php global $args; ?>
<iframe width="<?php echo $args[0]; ?>" height="<?php echo $args[1]; ?>" src="<?php echo $args[2]; ?>" frameborder="<?php echo $args[3]; ?>" allowfullscreen></iframe>
Placeholder
Code:
{% youtube width, height, url, border %}