mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
auth_key, member_srl등의 값이 제대로 들어가지 않아서 인증이 제대로 되지 않던 문제 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6723 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
498 B
HTML
12 lines
498 B
HTML
{$lang->msg_confirm_account_info}<br />
|
|
<hr noshade="noshade" />
|
|
<ul>
|
|
<li>Site : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li>
|
|
<li>{$lang->user_id} : {$member_info->user_id}</li>
|
|
<li>{$lang->user_name} : {$member_info->user_name}</li>
|
|
<li>{$lang->nick_name} : {$member_info->nick_name}</li>
|
|
<li>{$lang->email_address} : {$member_info->email_address}</li>
|
|
</ul>
|
|
<hr noshade="noshade" />
|
|
{$lang->msg_confirm_account_comment}<br />
|
|
<a href="{$auth_url}">{$auth_url}</a>
|