mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
9 lines
389 B
HTML
9 lines
389 B
HTML
{$lang->msg_confirm_account_info}<br />
|
|
<hr noshade="noshade" />
|
|
<ul>
|
|
<li>Site : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li>
|
|
<li loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">{$name} : {$value}</li>
|
|
</ul>
|
|
<hr noshade="noshade" />
|
|
{sprintf($lang->msg_confirm_email_address_change, $newEmail)}<br />
|
|
<a href="{$auth_url}">{$auth_url}</a>
|