您的位置:首页 > 帝国cms教程

帝国cms解决 [!--softsay--] 标签 在列表页调用带有 的问题

2022-09-01 10:37:16 帝国cms教程 179

/e/class/connect.php文件


查找

//默认不换行的字段
$nottobrf=',newstext,title,titlepic,newstime,befrom,writer,downpath,onlinepath,musicpath,booktexturl,';


改为为

//默认不换行的字段
$nottobrf=',softsay,newstext,title,titlepic,newstime,befrom,writer,downpath,onlinepath,musicpath,booktexturl,';

相关推荐