{template 'header.html'}
{template 'left.html'}
{template 'position.html'}
{$archive[title]}

{lang(homepage)}

{loop categories() $t}

{$t[catname]}

{loop categories($t[catid]) $t1}

 └ {$t1[catname]}

{loop categories($t1[catid]) $t2}

   └ {$t2[catname]}

{loop categories($t2[catid]) $t3}
     └ {$t3[catname]}
{/loop} {/loop} {/loop} {/loop}
{lang(gotop)}
{template 'footer.html'}