Minahito
minah****@users*****
2006年 7月 7日 (金) 11:55:44 JST
Index: xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html diff -u xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html:1.1.2.1 xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html:1.1.2.2 --- xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html:1.1.2.1 Sun Mar 26 15:07:49 2006 +++ xoops2jp/html/modules/base/templates/blocks/legacy_block_usermenu.html Fri Jul 7 11:55:44 2006 @@ -5,16 +5,16 @@ <a href="<{$xoops_url}>/edituser.php"><{$smarty.const._MB_BASE_EACNT}></a> <a href="<{$xoops_url}>/notifications.php"><{$smarty.const._MB_BASE_NOTIF}></a> <a href="<{$xoops_url}>/user.php?op=logout"><{$smarty.const._MB_BASE_LOUT}></a> -<{if $block.flagShowInbox}> -<{if $block.new_messages > 0}> - <a class="highlight" href="<{$xoops_url}>/viewpmsg.php"><{$smarty.const.lang_inbox}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a> -<{else}> - <a href="<{$xoops_url}>/viewpmsg.php"><{$smarty.const._MB_BASE_INBOX}></a> -<{/if}> -<{/if}> -<{if $xoops_isadmin}> - <a href="<{$xoops_url}>/admin.php"><{$smarty.const._MB_BASE_ADMENU}></a> -<{/if}> + <{if $block.flagShowInbox}> + <{if $block.new_messages > 0}> + <a class="highlight" href="<{$block.inbox_url}>"><{$smarty.const._MB_BASE_INBOX}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a> + <{else}> + <a href="<{$block.inbox_url}>"><{$smarty.const._MB_BASE_INBOX}></a> + <{/if}> + <{/if}> + <{if $xoops_isadmin}> + <a href="<{$xoops_url}>/admin.php"><{$smarty.const._MB_BASE_ADMENU}></a> + <{/if}> </td> </tr> </table>