sadsad
This commit is contained in:
@@ -121,6 +121,13 @@ function build_lang_url(string $code, string $path, array $query): string
|
|||||||
<!-- Hauptnavigation -->
|
<!-- Hauptnavigation -->
|
||||||
<!-- Hauptnavigation -->
|
<!-- Hauptnavigation -->
|
||||||
<?php if (!empty($navAnchors)): ?>
|
<?php if (!empty($navAnchors)): ?>
|
||||||
|
<!--
|
||||||
|
<?php
|
||||||
|
echo "<pre>";
|
||||||
|
print_r($navAnchors);
|
||||||
|
echo "</pre>";
|
||||||
|
?>
|
||||||
|
-->
|
||||||
<nav class="flex flex-wrap items-center gap-4 sm:gap-6 text-xs font-medium text-brand-muted uppercase tracking-[0.18em]">
|
<nav class="flex flex-wrap items-center gap-4 sm:gap-6 text-xs font-medium text-brand-muted uppercase tracking-[0.18em]">
|
||||||
<?php foreach ($navAnchors as $item): ?>
|
<?php foreach ($navAnchors as $item): ?>
|
||||||
<?php
|
<?php
|
||||||
@@ -133,9 +140,7 @@ function build_lang_url(string $code, string $path, array $query): string
|
|||||||
<?php if ($i18nKey !== ''): ?>
|
<?php if ($i18nKey !== ''): ?>
|
||||||
data-i18n="<?= htmlspecialchars($i18nKey) ?>"
|
data-i18n="<?= htmlspecialchars($i18nKey) ?>"
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
>
|
><?= htmlspecialchars($label) ?></a>
|
||||||
<?= htmlspecialchars($label) ?>
|
|
||||||
</a>
|
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</nav>
|
</nav>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ $pageKey = 'landing';
|
|||||||
$GLOBALS['pageKey'] = $pageKey;
|
$GLOBALS['pageKey'] = $pageKey;
|
||||||
require_once dirname(__DIR__) . '/config/fileload.php';
|
require_once dirname(__DIR__) . '/config/fileload.php';
|
||||||
|
|
||||||
|
|
||||||
// User-Dummy (später über Login ersetzen)
|
// User-Dummy (später über Login ersetzen)
|
||||||
$userInitials = null;
|
$userInitials = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user