菜鸟基本问题

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

<!-- #BeginLibraryItem "/library/recommend_best.lbi" -->
<!-- {if $best_goods} -->
<div class="module">
<div class="caption">
<span><a href="../search.php?intro=best">更多>></a></span>{$lang.best_goods}
</div>
<div class="content">
<ul class="goods_grid">
<!--{foreach from=$best_goods item=goods}-->
<li>
<p class="img"><a href="{$goods.url}"><img src="{$goods.thumb}" alt="{$goods.name|escape:html}"/></a></p>
<p class="name"><a href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_style_name}</a></p>
<p class="price">
<!-- {if $goods.promote_price neq ""} -->
{$goods.promote_price}
<!-- {else}-->
{$goods.shop_price}
<!--{/if}-->
</p>
</li>
<!--{/foreach}-->
</ul>
</div>
</div>
<!-- {/if} -->

<!-- #EndLibraryItem -->

把里面的库内容删除掉只留下面这个标签也可以显示:
<!-- #BeginLibraryItem "/library/recommend_best.lbi" -->
<!-- #EndLibraryItem -->

这样看起来比较方便简洁容易编辑。

但是不知道这样删除掉有没有影响?

回答:
这个不是很了解,帮顶啦,
楼下回答。

模板美化,可以到模板美化区看下