|
|
[ol] {php $CATEGORY = cache_read('category-'.$mid.'.php');} {php $child = get_maincat(0, $CATEGORY, 1);} 茶叶种类 {loop $child $i $c} {if in_array($c[catid], array(1,56,57,58,59,60))} [I][url=]{set_style($c[catname], $c[style])}[/url][/I] {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, 3);} {loop $sub $j $s}[url=]{set_style($s[catname], $s[style])}[/url]{/loop} {/if}{/if}{/loop} 茶具 {loop $child $i $c} {if in_array($c[catid], array(6,5592,5593,5594,5595,5596))} [I][url=]{set_style($c[catname], $c[style])}[/url][/I] {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, 3);} {loop $sub $j $s}[url=]{set_style($s[catname], $s[style])}[/url]{/loop} {/if}{/if}{/loop} [/ol]复制代码
搜索了.下面这段不知道要往哪插入,请帮下忙哦.
{if $j>1}[url=]
[color=]更多
[/url]{/if}
if $j>1 修改数字1 说明子
[color=]分类
大于一个的都会带上“
[color=]更多
”二字! |
|