求帮助orange模版首页新文章调用乱码问题

2016-07-07 16:14 来源:www.chinab4c.com 作者:ecshop专家

代码如下:
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div id="fl" style="width:350px; _width:200px;">
<table>
<tr>
<td>
<div class="news1"></div>
</td>
<td>
<div class="news2" style="padding:5px;">
<ul class="article-list">
<!--{foreach from=$new_articles item=article}-->
<li>[<a href="{$article.cat_url}">{$article.cat_name}</a>] <a href="{$article.url}" title="{$article.title|escape:html}">{$article.short_title}</a></li>
<!--{/foreach}-->
</ul>
</div>
</td>
</tr>
</table>
</div></td>
<td align="right"><table cellpadding="0" cellspacing="0">
<tr><td><a href='http://www.soguoo.com/'
target='_blank'><img src='http://www.soguoo.com/themes/abc/gg/a.gif'
border='0' /></a></td>
</tr>
</table></td>
</tr>
</table>


请求高手帮助!

a.GIF (12.96 KB)

a.GIF


回答:
这是之前的,也一样出现那效果!
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div id="fl" style="width:350px; _width:200px;">
<table>
<tr>
<td>
<div class="news1"></div>
</td>
<td>
<div class="news2" style="padding:5px;">
<ul style="list-style:none;">
<!--{foreach from=$new_articles item=article}-->
<a href="{$article.url}" title="{$article.title|escape:html}">{$article.short_title}</a></li>
<!--{/foreach}-->
</ul>
</div>
</td>
</tr>
</table>
</div></td>
<td align="right"><table cellpadding="0" cellspacing="0">
<tr><td><a href='http://www.soguoo.com/'
target='_blank'><img src='http://www.soguoo.com/themes/abc/gg/a.gif'
border='0' /></a></td>
</tr>
</table></td>
</tr>
</table>

没有人知道或遇见这问题吗?
我的网站是www.soguoo.com
麻烦各路高手帮个忙,

出现一样的错误,居然把路径给暴出来了。