| {$smarty.const._FORUM_NAME} >> {$smarty.const._USERLIST} >> {$user.username} |
{if $welcome}{$smarty.const._WELCOME}{$welcome} {/if} {$smarty.const._INDEX} {$smarty.const._SEARCH} {$smarty.const._MEMBERLIST} {if $do_enter} {$smarty.const._DO_ENTER} {/if} {if $register} {$smarty.const._REGISTER} {/if} {if $logout} {$smarty.const._LOGOUT} {/if} |
|
{$smarty.const._REG_USERNAME}: {$user.username}
{if $edit_user}
[{$smarty.const._EDIT_USER}] [{$smarty.const._SET_STATUS_USER}] {if $user.status eq 0}[{$smarty.const._UNBAN_USER}]{else}[{$smarty.const._BAN_USER}]{/if} {/if} |
| {$smarty.const._USER_STATUS}: {if $user.status eq 0} {$smarty.const._STATUS_BANNED} {/if} {if $user.status eq 1} {$smarty.const._STATUS_USER} {/if} {if $user.status eq 2} {$smarty.const._STATUS_MODERATOR} {/if} {if $user.status eq 3} {$smarty.const._STATUS_ADMIN} {/if} |
| {$smarty.const._REG_DATE}: {$user.register_date} |
| {$smarty.const._REG_MAIL}: {$user.email} |
| {$smarty.const._REG_NAME}: {if $user.real_name} {$user.real_name} {else} {$smarty.const._NO_INCDICATED} {/if} |
| {$smarty.const._REG_SEX}: {if $user.sex eq 0} {$smarty.const._NO_INCDICATED} {/if} {if $user.sex eq 1} {$smarty.const._REG_MALE} {/if} {if $user.sex eq 2} {$smarty.const._REG_FEMALE} {/if} |
| {$smarty.const._REG_BIRTHDAY}: {if $user.birthday} {$user.birthday} {else} {$smarty.const._NO_INCDICATED} {/if} |
| {$smarty.const._REG_FROM}: {if $user.from_where} {$user.from_where} {else} {$smarty.const._NO_INCDICATED} {/if} |
| {$smarty.const._REG_ICQ}: {if $user.icq_number} {$user.icq_number} {else} {$smarty.const._NO_INCDICATED} {/if} |
| {$smarty.const._REG_ABOUT}: {if $user.about} {$user.about} {else} {$smarty.const._NO_INCDICATED} {/if} |