You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
504 B
13 lines
504 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<!-- {if $goods_article_list} -->
|
|
<div class="m goods_article">
|
|
<div class="mt"><h2>{$lang.article_releate}</h2></div>
|
|
<div class="mc">
|
|
<ul>
|
|
<!-- {foreach from=$goods_article_list item=article} 相关文章 -->
|
|
<li><a href="{$article.url}" title="{$article.title|escape:html}">{$article.short_title|escape:html}</a><br /></li>
|
|
<!--{/foreach}-->
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- {/if} -->
|