修正 QQ唤起链接
This commit is contained in:
parent
6198360e9a
commit
0cb50ec0ff
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in New Issue