From a4da0c26aeafe22fd67b991054d6d1a7e2ba4c06 Mon Sep 17 00:00:00 2001 From: betty Date: Thu, 2 Jul 2026 11:06:05 +0200 Subject: [PATCH] remove telefon-number from webpage --- content/french/sections/footer.md | 2 -- content/german/sections/footer.md | 2 -- static/php/message.php | 1 - 3 files changed, 5 deletions(-) diff --git a/content/french/sections/footer.md b/content/french/sections/footer.md index 59a8a68..f8d2c70 100644 --- a/content/french/sections/footer.md +++ b/content/french/sections/footer.md @@ -14,8 +14,6 @@ Steinerstrasse 19 CH-8253 Diessenhofen -079 393 86 83 - kontakt"at"verua.swiss   diff --git a/content/german/sections/footer.md b/content/german/sections/footer.md index 9fa9ea5..020f15b 100644 --- a/content/german/sections/footer.md +++ b/content/german/sections/footer.md @@ -13,8 +13,6 @@ Steinerstrasse 19 CH-8253 Diessenhofen -079 393 86 83 - kontakt"at"verua.swiss   diff --git a/static/php/message.php b/static/php/message.php index 0a9648e..9b65609 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -296,7 +296,6 @@ function constructCustomerMessage($bestellMessage, $langForm, $name, $type) $message .= "VeruA AG" . "
"; $message .= "Steinerstrass 19" . "
"; $message .= "CH-8253 Diessenhofen" . "
"; - $message .= "079 393 86 83" . "
"; $message .= "kontakt@verua.swiss" . "
"; $message .= "www.verua.swiss" . "

";