[FIX] Unknown Pool

Remove <p>{$GLOBAL.website.name|default:"Unknown Pool"}</p>
Add <p>{$WEBSITENAME}</p>
This commit is contained in:
nrpatten 2014-01-21 20:49:42 +11:00
parent 35d6317ec2
commit dfd4d57361

View File

@ -5,6 +5,6 @@
<p>http://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=password&action=change&token={nocache}{$DATA.token}{/nocache}</p>
<p>You will be asked to change your password. You can then use this new password to login to your account.</p>
<p>Cheers,</p>
<p>{$GLOBAL.website.name|default:"Unknown Pool"}</p>
<p>{$WEBSITENAME}</p>
</body>
</html>