{* alternative method to loop through array *} {section name=teaserContentArrayKey loop=$teaserContentArray} {if $teaserContentArray[teaserContentArrayKey].contenttype == 1} {if $teaserContentArray[teaserContentArrayKey].contenttitle != ''}

{$teaserContentArray[teaserContentArrayKey].contenttitle}

{/if} {if $teaserContentArray[teaserContentArrayKey].contentsubtitle != ''}

{$teaserContentArray[teaserContentArrayKey].contentsubtitle}

{/if} {if $teaserContentArray[teaserContentArrayKey].content != ''}{$teaserContentArray[teaserContentArrayKey].content}
{/if} {/if} {/section}