|
|

楼主 |
发表于 2011-5-13 10:17:37
|
显示全部楼层
[img][/img]
按行业浏览
{load('catalog.css')}
{php $child = get_maincat(0, $CATEGORY, 1);}
{loop $child $i $c}
{if $i%2==0}{/if}
[url=]{set_style($c[catname], $c[style])}[/url] ({$ITEMS[$c[catid]]})
{if $c[child]}
{php $sub = get_maincat($c[catid], $CATEGORY, 2);}
{loop $sub $j $s}{if $j
{if $c[child]}
{php $sub = get_maincat($c[catid], $CATEGORY, 1);}
{loop $sub $j $s}
[url=]{set_style($s[catname], $s[style])}[/url]
{/loop}
{/if}
{if $i%2==1}{/if}
{/loop}
这是控制模板,也是官方默认的 |
|