<{$smarty.const._MD_USER_LANG_ALLABOUT|replace:"%s":$thisUser->getShow('uname')}>
|
<{if $user_ownpage == true}>
<{$smarty.const._MD_USER_LANG_EDITPROFILE}>
|
<{/if}>
<{$smarty.const._MD_USER_LANG_NAME}> |
<{$thisUser->getShow('name')}> |
<{if $thisUser->get('user_viewemail') == 1 || $user_ownpage == true || $xoops_isadmin == true }>
<{$smarty.const._MD_USER_LANG_EMAIL}> |
<{mailto address=$thisUser->get('email') encode="javascript"}>
|
<{/if}>
|
<{$smarty.const._MD_USER_LANG_STATISTICS}> |
<{$smarty.const._MD_USER_LANG_USER_REGDATE}> |
<{$thisUser->get('user_regdate')|xoops_formattimestamp:l}> |
<{$smarty.const._MD_USER_LANG_LAST_LOGIN}> |
<{$thisUser->get('last_login')|xoops_formattimestamp:l}> |
|