Skip to content

Commit c7aaeb7

Browse files
committed
remove footer
1 parent 130d959 commit c7aaeb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/MailTemplates.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static function verify() {
88
$mailTokens = array(
99
"title" => "Bevestig je e-mail",
1010
"description" => "Je online identiteit is bijna klaar. Vul de code in om je registratie te voltooien.",
11-
"footer" => "© Muze 2025",
11+
"footer" => "",
1212
"buttonText" => "{code}",
1313
);
1414

@@ -40,7 +40,7 @@ public static function resetPassword() {
4040
$mailTokens = array(
4141
"title" => "Wachtwoordherstel",
4242
"description" => "Werkt de link niet? Knip en plak dan deze in je browser: " . BASEURL . "/change-password/?token={code}",
43-
"footer" => "© Muze 2025",
43+
"footer" => "",
4444
"buttonText" => "Herstel wachtwoord",
4545
"buttonLink" => BASEURL . "/change-password/?token={code}"
4646
);
@@ -73,7 +73,7 @@ public static function deleteAccount() {
7373
$mailTokens = array(
7474
"title" => "Je account verwijderen",
7575
"description" => "Werkt de link niet? Knip en plak dan deze in je browser: " . BASEURL . "/account/delete/confirm/?token={code}",
76-
"footer" => "© Muze 2025",
76+
"footer" => "",
7777
"buttonText" => "Verwijder account",
7878
"buttonLink" => BASEURL . "/account/delete/confirm/?token={code}"
7979
);
@@ -105,7 +105,7 @@ public static function accountCreated() {
105105
$mailTokens = array(
106106
"title" => "Welkom bij Solid!",
107107
"description" => "Je online identiteit is klaar om te gebruiken. Je WebID is: {webId}",
108-
"footer" => "© Muze 2025",
108+
"footer" => "",
109109
);
110110

111111
$mailSubject = "Welkom bij Solid!";

0 commit comments

Comments
 (0)