- 首页 {loop $cats $t} {if $t['parentid']==0 && $t['ismenu']} {php $arrchilds = @explode(',', $t['arrchilds']);}
-
{$t['catname']}
{if $t['child']}
-
{loop $cats $tt}
{if $tt['parentid']==$t['catid'] && $tt['ismenu']}
{php $arrchilds = @explode(',', $tt['arrchilds']);}
- {$tt['catname']} {/if} {/loop}
{/if}
{/loop}
