Merge pull request #1512 from nrpatten/next

[FIX] Unknown Pool Footer
This commit is contained in:
Sebastian Grewe 2014-01-21 02:06:52 -08:00
commit f82bdaf360
4 changed files with 4 additions and 4 deletions

View File

@ -6,6 +6,6 @@
{if $DATA.message}<p>Personal message:</p><p>{nocache}{$DATA.message}{/nocache}</p>{/if}
<p></p>
<p>Cheers,</p>
<p>{$GLOBAL.website.name|default:"Unknown Pool"}</p>
<p>{$WEBSITENAME}</p>
</body>
</html>

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>

View File

@ -4,6 +4,6 @@
<p>You have requested a PIN reset through our online form.</p>
<p>Randomly Generated PIN: {$DATA.pin}</p>
<p>Cheers,</p>
<p>{$GLOBAL.website.name|default:"Unknown Pool"}</p>
<p>{$WEBSITENAME}</p>
</body>
</html>

View File

@ -5,6 +5,6 @@
<p>http://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=account&action=confirm&token={nocache}{$DATA.token}{/nocache}</p>
<p></p>
<p>Cheers,</p>
<p>{$GLOBAL.website.name|default:"Unknown Pool"}</p>
<p>{$WEBSITENAME}</p>
</body>
</html>