Minahito
minah****@users*****
2006年 2月 7日 (火) 15:20:05 JST
Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.5 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.6 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.5 Thu Feb 2 14:34:19 2006 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Tue Feb 7 15:20:05 2006 @@ -142,7 +142,7 @@ <!-- start results item loop --> <{foreach item=result from=$module.results}> - <img src="<{$result.image}>" alt="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /><small>(<{$result.time}>)</small><br /> + <img src="<{$result.image}>" alt="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /><small>(<{$result.time|xoops_formattimestamp:l}>)</small><br /> <{/foreach}> <!-- end results item loop -->