Comments on Aparna Module aren't going into actions
Jamroom Developers
Let me check this out
Thanks
{if isset($_items)}
{foreach from=$_items item="item"}
{if $item.seamless_module_name == 'jrVideo'}
Do the Video thing
{elseif $item.seamless_module_name == 'jrYouTube'}
Do the YouTube thing
{/if}
{/foreach}
{/if}