<?php_se('We received a request to register the %n account at %w.',['%n'=>G\get_global('theme_mail')['user']['username'],'%w'=>CHV\getSetting('website_name')]);?>
<br><br>
<?php_se('To complete the process you must <a href="%s">activate your account</a>.',G\get_global('theme_mail')['link']);?>
<br><br>
<?php_se('Alternatively you can copy and paste the URL into your browser: <a href="%s">%s</a>',['%s'=>G\get_global('theme_mail')['link']]);?>
<br><br>
<?php_se("If you didn't intend this just ignore this message.");?>
<br>
<?php_se('This request was made from IP: %s',G\get_client_ip());?>