{foreach item=contentArrayItem from=$contentArray} {if $contentArrayItem.contenttype == 0} {if $contentArrayItem.contenttitle != ''}

{$contentArrayItem.contenttitle|strip_tags}

{/if} {if $contentArrayItem.contentsubtitle != ''}

{$contentArrayItem.contentsubtitle|strip_tags}

{/if} {if $contentArrayItem.content != ''}

{$contentArrayItem.content|strip_tags}

{/if} {/if} {if $contentArrayItem.contenttype == 3} {if $contentArrayItem.contenttitle != ''}

{$contentArrayItem.contenttitle|strip_tags}

{/if} {if $contentArrayItem.contentsubtitle != ''}

{$contentArrayItem.contentsubtitle|strip_tags}

{/if} {if $contentArrayItem.content != ''}

{cnmodul|strip_tags}

{/if} {/if} {/foreach}