* add link for qq.

This commit is contained in:
wangyidong
2013-01-16 08:11:50 +00:00
parent 2e34380354
commit ecefc7c8e1

View File

@@ -82,7 +82,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->qq;?></th>
<td><?php echo $user->qq;?></td>
<td><?php if($user->qq) echo html::a("tencent://message/?uin=$user->qq", $user->qq);?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->yahoo;?></th>