Skip to content

Commit d085356

Browse files
committed
Update forum_viewthread.php
1 parent e534348 commit d085356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module/forum/forum_viewthread.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ function viewthread_baseinfo($post, $extra) {
13481348
if($field != 'qq') {
13491349
$v = profile_show($field, $post);
13501350
} elseif(!empty($post['qq'])) {
1351-
$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>';
1351+
$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>';
13521352
}
13531353
if($v) {
13541354
if(!isset($_G['cache']['profilesetting'])) {
@@ -1658,4 +1658,4 @@ function _checkviewgroup() {
16581658
}
16591659
}
16601660

1661-
?>
1661+
?>

0 commit comments

Comments
 (0)