瞎改的,不知道有没有什么后果,在此记一下:
/twcms/control/show_control.class.php
将:
$this->_cfg[‘titles’] = $_show[‘title’].(empty($_show[‘seo_title’]) ? ” : ‘/’.$_show[‘seo_title’]);
修改为:
//$this->_cfg[‘titles’] = $_show[‘title’].(empty($_show[‘seo_title’]) ? ” : ‘/’.$_show[‘seo_title’]);
$this->_cfg[‘titles’] = $_show[‘title’];
共有 0 条评论