无限星辰工作室-客户无限互联网动力之源
标题:
Discuz! X3.2防水墙页尾链接添加rel="nofollow"的修改方法
[打印本页]
作者:
crx349
时间:
2014-11-16 00:08
标题:
Discuz! X3.2防水墙页尾链接添加rel="nofollow"的修改方法
防水墙插件对应的目录是source\plugin\security
我们在防水墙插件目录source\plugin\security下找到security.class.php,打开后搜索找到一下代码
<a target="_blank" title="'.lang('plugin/security', 'title').'"><img src="static/image/common/security.png"></a>
复制代码
直接替换成
<a rel="nofollow" target="_blank" title="'.lang('plugin/security', 'title').'"><img src="static/image/common/security.png"></a>
复制代码
欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://xmspace.net/)
Powered by Discuz! X3.4