{foreach item=siteMapArrayItem from=$siteMapArray} {if $siteMapArrayItem.pagelevel != 0} {if $siteMapArrayItem.pagetype == 0}

{$siteMapArrayItem.pagename}

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