帝国CMS教程
首页>帝国CMS教程

帝国cms后台标题字数截取问题

来源:帝国CMS模板网 作者:帝国CMS教程 时间:2011-03-27
浏览:9.1千+ 收藏 点赞(46)

打开e/data/html/list/listinfo.php

打开e/data/html/list/alllistinfo.php

找到$r[title]=stripSlashes(sub($r[title],0,50,false));

修改50即可

帝国CMS模板