{include "header.inc.html"}
    {if 1==1} {category limit="false" parentId="0"}
  • {$item.name} >

    {category limit="false" parentId=$item.id name="sub" orderBy="sortId asc"}
    {$sub.name}
    {category limit="false" parentId=$sub.id name="cat"}{$cat.name}{/category}
    {/category}
  • {/category} {/if}
{include "footer.inc.html"}