关于beescms如何去掉底部版权信息
时间:2014-02-09 15:24:22
收藏:0
阅读:376
找到文件 \includes\tpl.class.php
注释掉下面的代码即可。
function r_cp($is_copy){
if(!$is_copy)
{
//$this->content
=
$this->content.$this->r_cp2;
}
$this->tp=1;
}
原文:http://www.cnblogs.com/runong/p/3540384.html
评论(0)