<{if $user_ownpage == true && $user_candelete == true}>
<{$smarty.const._US_DELACCOUNT}>
<{elseif $xoops_isadmin == true}>
<{$smarty.const._US_EDITPROFILE}> - <{$smarty.const._US_DELACCOUNT}>
<{/if}>
<{if $user_ownpage == true}> <{/if}>
<{$smarty.const._US_ALLABOUT|replace:"%s":$thisUser->getVar('uname')}>
<{$smarty.const._US_EDITPROFILE}>
<{$smarty.const._US_AVATAR}> <{if $thisUser->getVar('user_avatar') != "blank.gif" }> Avatar <{else}> No Avatar <{/if}> <{if $user_ownpage == true}>
<{$smarty.const._MD_USER_LANG_AVATAR_EDIT}> <{/if}>
<{$smarty.const._US_REALNAME}> <{$thisUser->getVar('name')}>
<{$smarty.const._US_WEBSITE}> <{$thisUser->getVar('url')}>
<{$smarty.const._US_EMAIL}> <{if $thisUser->getVar('user_viewemail') == 1 || $user_ownpage == true || $xoops_isadmin == true }> <{mailto address=$thisUser->getVar('email') encode="javascript"}> <{/if}>
<{$smarty.const._US_PM}> <{$smarty.const._SENDPMTO|replace:getVar('uname')}>" /> <{$user_pmlink}>
<{$smarty.const._US_ICQ}> <{$thisUser->getVar('user_icq')}>
<{$smarty.const._US_AIM}> <{$thisUser->getVar('user_aim')}>
<{$smarty.const._US_YIM}> <{$thisUser->getVar('user_yim')}>
<{$smarty.const._US_MSNM}> <{$thisUser->getVar('user_msnm')}>
<{$smarty.const._US_LOCATION}> <{$thisUser->getVar('user_from')}>
<{$smarty.const._US_OCCUPATION}> <{$thisUser->getVar('user_occ')}>
<{$smarty.const._US_INTEREST}> <{$thisUser->getVar('user_intrest')}>
<{$smarty.const._US_EXTRAINFO}> <{$thisUser->getVar('bio')}>
<{$smarty.const._US_STATISTICS}>
<{$smarty.const._US_MEMBERSINCE}> <{$thisUser->getVar('user_regdate')|xoops_formattimestamp:l}>
<{$smarty.const._US_RANK}>
<{$rank->getVar('rank_title')}>
<{$smarty.const._US_POSTS}> <{$thisUser->getVar('posts')}>
<{$smarty.const._US_LASTLOGIN}> <{$thisUser->getVar('last_login')|xoops_formattimestamp:l}>

<{$smarty.const._US_SIGNATURE}>
<{$user_signature}>
<{foreach item=module from=$searchResults}>

<{$module.name}>

<{foreach item=result from=$module.results}> <{$module.name}><{$result.title}>
(<{$result.time}>)
<{/foreach}> <{if $module.showall_link}> <{$smarty.const._US_SHOWALL}> <{/if}>

<{/foreach}>