phpcms二次开发
2016-06-21
50
PHPCMS二次开发教程标签页调用缩略图的方法
PHPCMS v9 tag标签页调用缩略图的修改方法:打开 \phpcms\modules\content\tag.php 文件找到$res = $this->db->get_one(array('id'=>$contentid), 'title, description, url, inputtime, style');修改为$res = $this->db->get_on...
