修正 QQ唤起链接

This commit is contained in:
康盛Discuz! 2017-01-12 14:56:15 +08:00
parent 6198360e9a
commit 0cb50ec0ff
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ function viewthread_baseinfo($post, $extra) {
if($field != 'qq') {
$v = profile_show($field, $post);
} elseif(!empty($post['qq'])) {
$v = '<a href="http://wpa.qq.com/msgrd?V=3&Uin='.$post['qq'].'&Site='.$_G['setting']['bbname'].'&Menu=yes&from=discuz" target="_blank" title="'.lang('spacecp', 'qq_dialog').'"><img src="'.STATICURL.'/image/common/qq_big.gif" alt="QQ" style="margin:0px;"/></a>';
$v = '<a href="http://wpa.qq.com/msgrd?V=3&uin='.$post['qq'].'&Site='.$_G['setting']['bbname'].'&Menu=yes&from=discuz" target="_blank" title="'.lang('spacecp', 'qq_dialog').'"><img src="'.STATICURL.'/image/common/qq_big.gif" alt="QQ" style="margin:0px;"/></a>';
}
if($v) {
if(!isset($_G['cache']['profilesetting'])) {