|
|

楼主 |
发表于 2012-5-12 17:14:43
|
显示全部楼层
catalogindex.htm 里面的代码
{php $CATEGORY = cache_read('category-'.$mid.'.php');}
{php $child = get_maincat(0, $CATEGORY, 1);}
普通型发电机组
{loop $child $i $c}
{if in_array($c[catid], array(13,18,19,20,25,28,29,34))}
[url=]{set_style($c[catname], $c[style])}[/url]
{if $c[child]}{php $sub = get_maincat($c[catid], $CATEGORY, 2);}
{loop $sub $j $s}
[url=]{set_style($s[catname], $s[style])}[/url]
{/loop}
{/if}
{/if}{/loop}
普通型发电机组热销货源
{loop $tags $k $t}
[{area_pos($t[areaid], '/', 1)}][url=]{$t[title]}[/url]
{/loop}
普通型发电机组价格行情
{loop $tags $k $t}
[url=]{$t[title]}[/url]
{/loop}
|
|