织梦分页标题长度修改

织梦标题调用出来了,下面副标题分页标题)的长度默认的可能不能让您满意,那么一个简单的修改就可以搞定 

dedecms分页标题长度修改 

找到

arc.archives.class.php

搜索$tmpv = cn_substr($v,50) 50代表字节数,修改50为200即可

$tmpv = cn_substr($v,200);

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/6b523e981ab31ce9779b521628865e8e.html