Minahito
minah****@users*****
2006年 11月 11日 (土) 13:20:13 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_comment.html diff -u xoops2jp/html/modules/legacy/templates/legacy_comment.html:1.1.2.4 xoops2jp/html/modules/legacy/templates/legacy_comment.html:1.1.2.5 --- xoops2jp/html/modules/legacy/templates/legacy_comment.html:1.1.2.4 Sat Nov 11 12:56:00 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_comment.html Sat Nov 11 13:20:13 2006 @@ -43,7 +43,7 @@ <td class="even" align="right"> <a href="<{$replycomment_link}>&com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" title="<{$lang_reply}>" /></a> </td> - <{elseif $xoops_isuser == false && $com_anonpost == true}> + <{elseif $xoops_isuser == true || ($xoops_isuser == false && $com_anonpost == true)}> <td class="even"></td> <td class="even" align="right"> <a href="<{$replycomment_link}>&com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" title="<{$lang_reply}>" /></a>