You are on page 1of 1

***********************************************************************************

****

***********************************************************************************
****

1)需要修改的文件

/admin/templates/goods_list.htm

修改方法:
找到
<a href="javascript:;" onclick="listTable.remove({$goods.goods_id},
'{$lang.trash_goods_confirm}')" title="{$lang.trash}"><img
src="images/icon_trash.gif" width="16" height="16" border="0" /></a>
代码下面加上
<a href="comment_collect.php?act=comment&goods_id={$goods.goods_id}" ><img
src="images/comment_icon.png" border="0"/></a>

2)需要增加的新文件

/admin/comment_collect.php
/admin/images/comment_icon.png
/admin/templates/comment_preview.htm
/admin/templates/comment.htm
/languages/zh_cn/admin/comment_collect.php

将以上这些文件原封不动的上传到你网站空间的对应目录下即可。

此由申度开发团队亲测,技术 qq:1152875929

You might also like