diff --git a/public/templates/mail/invitations/body.tpl b/public/templates/mail/invitations/body.tpl index 2f80f05a..7a17437b 100644 --- a/public/templates/mail/invitations/body.tpl +++ b/public/templates/mail/invitations/body.tpl @@ -6,6 +6,6 @@ {if $DATA.message}

Personal message:

{nocache}{$DATA.message}{/nocache}

{/if}

Cheers,

-

{$GLOBAL.website.name|default:"Unknown Pool"}

+

{$WEBSITENAME}

diff --git a/public/templates/mail/password/reset.tpl b/public/templates/mail/password/reset.tpl index f5d9f8d8..9b8925b4 100644 --- a/public/templates/mail/password/reset.tpl +++ b/public/templates/mail/password/reset.tpl @@ -5,6 +5,6 @@

http://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=password&action=change&token={nocache}{$DATA.token}{/nocache}

You will be asked to change your password. You can then use this new password to login to your account.

Cheers,

-

{$GLOBAL.website.name|default:"Unknown Pool"}

+

{$WEBSITENAME}

diff --git a/public/templates/mail/pin/reset.tpl b/public/templates/mail/pin/reset.tpl index 0c669eb6..f2f05a91 100644 --- a/public/templates/mail/pin/reset.tpl +++ b/public/templates/mail/pin/reset.tpl @@ -4,6 +4,6 @@

You have requested a PIN reset through our online form.

Randomly Generated PIN: {$DATA.pin}

Cheers,

-

{$GLOBAL.website.name|default:"Unknown Pool"}

+

{$WEBSITENAME}

diff --git a/public/templates/mail/register/confirm_email.tpl b/public/templates/mail/register/confirm_email.tpl index e07d0e71..dc0589a2 100644 --- a/public/templates/mail/register/confirm_email.tpl +++ b/public/templates/mail/register/confirm_email.tpl @@ -5,6 +5,6 @@

http://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=account&action=confirm&token={nocache}{$DATA.token}{/nocache}

Cheers,

-

{$GLOBAL.website.name|default:"Unknown Pool"}

+

{$WEBSITENAME}