lang look

This commit is contained in:
2025-11-29 01:25:35 +01:00
parent 08e62ca338
commit 7992a58d65
2 changed files with 24 additions and 7 deletions

View File

@@ -122,14 +122,7 @@ function build_lang_url(string $code, string $path, array $query): string
<!-- Hauptnavigation -->
<!-- Hauptnavigation -->
<?php if (!empty($navAnchors)): ?>
<!--
<?php
echo "<pre>";
print_r($navAnchors);
echo "</pre>";
?> <div class="mx-auto max-w-6xl px-4 sm:px-6 lg:px-8 flex items-center justify-between min-h-16 py-2">
-->
<nav class="flex flex-wrap items-center gap-x-4 gap-y-1 sm:gap-x-6 text-xs font-medium text-brand-muted uppercase tracking-[0.18em]">
<?php foreach ($navAnchors as $item): ?>