NobuNobu
nobun****@users*****
2007年 4月 30日 (月) 16:35:02 JST
Index: xoops2jp/html/modules/system/templates/blocks/system_block_user.html diff -u xoops2jp/html/modules/system/templates/blocks/system_block_user.html:1.1 xoops2jp/html/modules/system/templates/blocks/system_block_user.html:1.1.24.1 --- xoops2jp/html/modules/system/templates/blocks/system_block_user.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/blocks/system_block_user.html Mon Apr 30 16:35:02 2007 @@ -5,10 +5,13 @@ <a href="<{$xoops_url}>/edituser.php"><{$block.lang_editaccount}></a> <a href="<{$xoops_url}>/notifications.php"><{$block.lang_notifications}></a> <a href="<{$xoops_url}>/user.php?op=logout"><{$block.lang_logout}></a> - <{if $block.new_messages > 0}> - <a class="highlight" href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a> - <{else}> - <a href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}></a> + + <{if $block.flagShowInbox}> + <{if $block.new_messages > 0}> + <a class="highlight" href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a> + <{else}> + <a href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}></a> + <{/if}> <{/if}> <{if $xoops_isadmin}>