From 72bc2ae355e928498eca16df9daf5ccdb1035506 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sat, 29 Nov 2025 00:36:33 +0100 Subject: [PATCH] sadsad --- partials/structure/header.php | 11 ++++++++--- public/index.php | 1 - 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/partials/structure/header.php b/partials/structure/header.php index 695e65c..ae96137 100644 --- a/partials/structure/header.php +++ b/partials/structure/header.php @@ -121,6 +121,13 @@ function build_lang_url(string $code, string $path, array $query): string + diff --git a/public/index.php b/public/index.php index 408cc70..01c05dd 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,6 @@ $pageKey = 'landing'; $GLOBALS['pageKey'] = $pageKey; require_once dirname(__DIR__) . '/config/fileload.php'; - // User-Dummy (später über Login ersetzen) $userInitials = null;