{template header}
{loop $cats $c} {if $c['parentid']==$catid && $c['typeid']==1}
{$c['catname']}
{/if} {/loop}
{template footer}