mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 09:18:43 +00:00
Update branding in multiple files to reflect personal ownership: Changed references from "Über uns" to "Über mich" in demo.html, README.md, footer.php, header.php, and about.php, enhancing the personal touch of the content.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
require_once __DIR__ . '/../backend/includes/functions.php';
|
||||
|
||||
// Page configuration
|
||||
$page_title = 'Über uns - HexaHost.de | Hosting aus Niederbayern';
|
||||
$page_title = 'Über mich - HexaHost.de | Hosting aus Niederbayern';
|
||||
$page_description = 'Erfahren Sie mehr über HexaHost.de - Ihr zuverlässiger Hosting-Partner aus Niederbayern. Moderne Technologie mit persönlichem Service.';
|
||||
$current_page = 'about';
|
||||
|
||||
@@ -18,7 +18,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<?php
|
||||
generateBreadcrumbs([
|
||||
['title' => 'Home', 'url' => 'index.php'],
|
||||
['title' => 'Über uns', 'url' => '']
|
||||
['title' => 'Über mich', 'url' => '']
|
||||
]);
|
||||
?>
|
||||
<h1 class="about-hero-title">
|
||||
|
||||
Reference in New Issue
Block a user