Minahito
minah****@users*****
2006年 11月 15日 (水) 19:43:02 JST
Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.4 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.5 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.4 Fri Nov 10 20:30:23 2006 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Wed Nov 15 19:43:02 2006 @@ -55,11 +55,11 @@ </td> </tr> <{/if}> - <{if $xoops_isuser == true}> + <{if $xoops_isuser == true && $pmliteUrl != ''}> <tr valign="top"> <td class="head"><{$smarty.const._MD_USER_LANG_PM}></td> <td class="even"> - <a href="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send2=1&to_userid=<{$thisUser->getShow('uid')}>', 'pmlite', 480, 400);"> + <a href="javascript:openWithSelfMain('<{$pmliteUrl|escape}>', 'pmlite', 480, 400);"> <img src="<{$smarty.const.XOOPS_URL}>/images/icons/pm.gif" alt="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" title="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" /></a> </td> </tr>