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;