网络营销电子商务研究中心

网络营销电子商务研究中心 (https://www.0058.net/index.php)
-   Discuz/SupeSite/X-Space (https://www.0058.net/forumdisplay.php?f=10)
-   -   如何去掉ss中title中的论坛二字? (https://www.0058.net/showthread.php?t=2353)

topvip 2007-05-21 12:20 PM

如何去掉ss中title中的论坛二字?
 
打开bbs.php,找到
Code:

$title = $lang['bbs'].'_'.$_SCONFIG['sitename'];
替换为
Code:

$title = $_SCONFIG['sitename'];
同理,其他页面的title也可以类似这样修改


http://www.discuz.net/thread-259228-1-1.html


All times are GMT +8. The time now is 07:09 PM.

Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.