FWQ
增加ecshop商品列表商品对应的评论管理功能
admin/template/goods_list.htm中找到 {if $add_handler} | {foreach from=$add_handler item=handler} <a href="{$handler.url}&goods_id={$goods.goods_id}" title="{$handler.title}"><img src="images/{$handler.img}" width="16" height="16" border="0" /></a> {/foreach} {/if} 它的下面加入 <a href="comment_manage.php?act=list&goods_id={$goods.goods_id}" title="评论管理"><img src="images/icon_title.gif" width="14" height="13" border="0"…