FWQ
ECSHOP首页调用最新评论插件
ECSHOP首页调用最新评论插件,好模板提供如下修改代码: <?php if(!function_exists(“get_comments”)){ function get_comments($num) { $sql = ‘SELECT a.*,b.goods_id,b.goods_thumb,b.goods_name FROM ‘. $GLOBALS[‘ecs’]->table(‘comment’) . ‘ AS a,’. $GLOBALS[‘ecs’]->table(‘goods’) .’AS b WHERE a.status = 1 AND a.parent_id = 0…