Tom Hayakawa
tom_g3x****@users*****
2006年 3月 8日 (水) 23:41:48 JST
Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.7 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.8 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.7 Tue Feb 7 22:45:28 2006 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Wed Mar 8 23:41:48 2006 @@ -4,7 +4,7 @@ </div> <{elseif $xoops_isadmin == true}> <div style="text-align:right;"> - <a href="<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=EditUser&uid=<{$thisUser->getVar('uid')}>"><{$smarty.const._US_EDITPROFILE}></a> - + <a href="<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=UserEdit&uid=<{$thisUser->getVar('uid')}>"><{$smarty.const._US_EDITPROFILE}></a> - <a href="<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=UserDelete&uid=<{$thisUser->getVar('uid')}>"><{$smarty.const._US_DELACCOUNT}></a> </div> <{/if}>