有没有办法实现foreach重复分段调用?请高手帮帮我

2016-07-07 15:05 来源:www.chinab4c.com 作者:ecshop专家

商品树模板调用的是全都商品的分类。
library文件下的category_tree.lbi里面的代码是

<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<div class="modBox">
<dl id="category_tree">
<!--{foreach from=$categories item=cat}-->
<dt><a href="{$cat.url}">{$cat.name|escape:html}</a></dt>
<dd>
<!--{foreach from=$cat.children item=child}-->
<a href="{$child.url}">{$child.name|escape:html}</a> |
<!--{/foreach}-->
</dd>
<!--{/foreach}-->
</dl>
</div>

有没有办法修改代码,让foreach函数实现分成几段调用,比如把前六个分类调出来分成一个段,中间加个广告或别的东西,接下来再把除了前六个的分类调出来。
请大家帮帮我,谢谢。

回答:
有难度啊,还不如直接加个广告位