Tom Hayakawa
tom_g3x****@users*****
2006年 2月 7日 (火) 22:45:28 JST
Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.6 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.7 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.6 Tue Feb 7 15:20:05 2006 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Tue Feb 7 22:45:28 2006 @@ -32,7 +32,7 @@ <{if $thisUser->getVar('user_avatar') != "blank.gif" }> <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$thisUser->getVar('user_avatar')}>" alt="Avatar" /> <{else}> - <img src="<{$smarty.const.XOOPS_URL}>/modules/user/no_avatar.gif" alt="No Avatar" /> + <img src="<{$smarty.const.XOOPS_URL}>/modules/user/images/no_avatar.gif" alt="No Avatar" /> <{/if}> <{if $user_ownpage == true}> <br /><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=AvatarEdit&uid=<{$thisUser->getVar('uid')}>"><{$smarty.const._MD_USER_LANG_AVATAR_EDIT}></a>