{template header}
{php $Pcat = getParentData($catid);} {if $Pcat}
{$Pcat['catname']}
{php $data = getCatNav($catid);} {loop $data $t} {$t['catname']} {/loop}
{else}
{$catname}
{/if}

{$catname}

{$content} {if $contentpage}
{loop $contentpage $i=>$u} {$i} {/loop}
{/if}
{template footer}