From 2dbcd2d3b76b2ec9d407f46b5e17804eed910383 Mon Sep 17 00:00:00 2001 From: TheOnlyMace <0815cracky@gmail.com> Date: Fri, 16 Jan 2026 23:52:33 +0100 Subject: [PATCH] Update main tag in multiple PHP files to include an ID for improved accessibility and styling: Changed `
` to `
` in 404, 500, about, agb, contact, datenschutz, impressum, index, mail-gateway, vpc, vps, and webhosting pages. Additionally, updated copyright year in email templates to be dynamic. --- public/404.php | 2 +- public/500.php | 2 +- public/about.php | 2 +- public/agb.php | 2 +- public/contact-handler.php | 9 +++++++-- public/contact.php | 2 +- public/datenschutz.php | 2 +- public/impressum.php | 2 +- public/index.php | 8 ++++---- public/mail-gateway.php | 2 +- public/vpc.php | 2 +- public/vps.php | 2 +- public/webhosting.php | 2 +- 13 files changed, 22 insertions(+), 17 deletions(-) diff --git a/public/404.php b/public/404.php index 4d17444..5092d2f 100644 --- a/public/404.php +++ b/public/404.php @@ -13,7 +13,7 @@ http_response_code(404); includeHeader($page_title, $page_description, $current_page); ?> -
+
diff --git a/public/500.php b/public/500.php index cda8d41..5960e10 100644 --- a/public/500.php +++ b/public/500.php @@ -13,7 +13,7 @@ http_response_code(500); includeHeader($page_title, $page_description, $current_page); ?> -
+
diff --git a/public/about.php b/public/about.php index 2f5aa77..33b8390 100644 --- a/public/about.php +++ b/public/about.php @@ -10,7 +10,7 @@ $current_page = 'about'; includeHeader($page_title, $page_description, $current_page); ?> -
+
diff --git a/public/agb.php b/public/agb.php index d82452f..8345dd1 100644 --- a/public/agb.php +++ b/public/agb.php @@ -10,7 +10,7 @@ $current_page = 'agb'; includeHeader($page_title, $page_description, $current_page); ?> -
+