{#include file="header.html"#}
{#foreach from=$categories item=c#} {#if $c.root_id==0#}

{#$c.cate_name#} ({#$c.cate_postcount#})

    {#foreach from=$categories item=sc#} {#if $sc.root_id == $c.cate_id#}
  • {#$sc.cate_name#} ({#$sc.cate_postcount#})
  • {#/if#} {#/foreach#}
{#/if#} {#/foreach#}
{#get_adcode(5)#}
{#include file="footer.html"#}