{foreach item=contentArrayItem from=$contentArray} {if $contentArrayItem.contenttype == 0} {if $contentArrayItem.contenttitle != ''}
{$contentArrayItem.content|strip_tags}
{/if} {/if} {if $contentArrayItem.contenttype == 3} {if $contentArrayItem.contenttitle != ''}{cnmodul|strip_tags}
{/if} {/if} {/foreach}