{* $obj_site->formingBlockModulPageShowUser("_name_modul") *}
{foreach from=$mas_list_moduls value = $name_modul}
{ $obj_site->formingBlockModulPageShowUser($name_modul) }
{/foreach}
{? $text_site= trim($data_user["sait_user"]) }
{if $text_site == "" }
{? $text_site="
нет" }
{else}
{? $mas_init_site = check_protocol_url($text_site)}
{? $text_site="
".codeHtmlText($text_site)."" }
{/if}
{*
Сайт: {$text_site}
*}
Сайт:
{ $text_site }
{? $text_info_user = trim($data_user["about_user"]) }
{ if $text_info_user == "" }
{? $text_info_user="пользователь ничего о себе не указал." }
{/if}
Информация о пользователе:
{ nl2br($text_info_user|codehtml) }
Дата регистрации:
{(ft_forming_date($data_user["date_create"]))|codehtml}
{if $data_user["date_visit"] > 0}
Дата последнего посещения:
{(ft_forming_date($data_user["date_visit"]))|codehtml}
{/if}
ID профиля:
{$data_user["id_user"]}