<?php include '_salutation.phtml' ?>
Thank you for registration.<br />
Please confirm your account by clicking on the following link.<br />
<br />
<a href="<?= $this->url('small-user-auth', ['action' => 'register-confirm', 'code' => $this->code], ['force_canonical' => true]); ?>">
	<?= $this->url('small-user-auth', ['action' => 'register-confirm', 'code' => $this->code], ['force_canonical' => true]); ?>
</a><br/>
<br />
Hope you will enjoy the game and good luck!