{include file="components/header"}

{$current_cate.title}

{$current_cate.description}

{volist name="sub_cates" id="vo"} {php} $count = getCategoryChildrenCount($vo['id']); {/php} {if $count > 0}
{hcTaglib:subcategory pid="$vo.id" item="child" sort=""} {/hcTaglib:subcategory}
{else} {/if} {/volist}