Hi friends
i can't understand that $items how to get value (block/original.tpl file of banner addon). which controller is called for it can any one describe it . Thanks in Advance if anyone can solve my problem.
{** block-description:original **}
{foreach from=$items item=“banner” key=“key”}
{if $banner.type == “G” && $banner.main_pair.image_id}
{if $banner.url != “”}{/if}
{include file=“common/image.tpl” images=$banner.main_pair}
{if $banner.url != “”}{/if}
{else}
{$banner.description nofilter}
{/if}
{/foreach}