Skip to content

Commit 50a9c74

Browse files
committed
Update function_profile.php
1 parent cfe392a commit 50a9c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/function/function_profile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function profile_show($fieldid, $space=array(), $getalone = false) {
326326
} elseif($fieldid == 'position') {
327327
return nl2br($space['office'] ? $space['office'] : $space['position']);
328328
} elseif($fieldid == 'qq') {
329-
return '<a href="http://wpa.qq.com/msgrd?V=3&Uin='.$space[$fieldid].'&Site='.$_G['setting']['bbname'].'&Menu=yes&from=discuz" target="_blank" title="'.lang('spacecp', 'qq_dialog').'"><img src="'.STATICURL.'/image/common/qq.gif" alt="QQ" style="margin:0px;"/></a>';
329+
return '<a href="http://wpa.qq.com/msgrd?v=3&uin='.$space[$fieldid].'&site='.$_G['setting']['bbname'].'&menu=yes&from=discuz" target="_blank" title="'.lang('spacecp', 'qq_dialog').'"><img src="'.STATICURL.'/image/common/qq.gif" alt="QQ" style="margin:0px;"/></a>';
330330
} elseif($fieldid == 'qqnumber') {
331331
return $space['qq'];
332332
} else {
@@ -464,4 +464,4 @@ function get_zodiac($birthyear) {
464464
$idx = (($birthyear - 1900) % 12) + 1;
465465
return $idx > 0 && $idx <= 12 ? lang('space', 'zodiac_'. $idx) : '';
466466
}
467-
?>
467+
?>

0 commit comments

Comments
 (0)