Update main tag in multiple PHP files to include an ID for improved accessibility and styling: Changed <main> to <main id="main-content"> 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.

This commit is contained in:
TheOnlyMace
2026-01-16 23:52:33 +01:00
parent 7546c89e18
commit 2dbcd2d3b7
13 changed files with 22 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ $current_page = 'vps';
includeHeader($page_title, $page_description, $current_page);
?>
<main>
<main id="main-content">
<!-- Product Hero -->
<section class="product-hero">
<div class="container">