引用:
原帖由 tianxia 于 2007-7-26 16:44 发表 
后台可以改
模板管理 库项目管理
找到“精品推荐”,倒数第7行
{if $smarty.foreach.wrap.iteration%4 eq 0}
这一名的红色就是修改数量的,其它的像“热卖”、“新品”也是一样的修改法
我找了半天也没有发上楼上这句话。。。
<meta http-equiv="Content-Type" c>
<!-- {if $best_goods} -->
<div class="title-div"><img src="../images/tjsp_top.gif" alt="best products" width="630" height="27" /></div>
<div class="content-div">
<!--{foreach from=$best_goods item=goods}-->
<table border="0" cellpadding="3" cellspacing="0" class="goods-table" style="float: left">
<tr>
<td align="center"><a href="{$goods.url}"><img src="{$goods.thumb}" border="0" alt="{$goods.name|escape:html}" class="thumb" /></a></td>
</tr>
<tr>
<td><A href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_name|escape:html}</A><br />
<!-- {if $goods.promote_price neq ""} -->
{$lang.promote_price}<span class="goods-price">{$goods.promote_price}</span>
<!-- {else}-->
{$lang.shop_price}<span class="goods-price">{$goods.shop_price}</span>
<!--{/if}-->
</td>
</tr>
</table>
<!--{/foreach}-->
<br style="clear:both"/>
<div style="text-align:right"><A href="../search.php?intro=best">more...</A></div>
</div>
<!-- {/if} -->