This commit is contained in:
2025-12-29 01:36:23 +01:00
parent 5157d70eb2
commit c9773db510
3 changed files with 73 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
<nav class="nav-links" aria-label="Hauptmenü">
<a href="/">Start</a>
<a href="/#events">Events</a>
<a href="/search">Suche</a>
<a href="/#profil">Profil</a>
<a href="/#faq">FAQ</a>
</nav>
@@ -35,6 +36,7 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
<div class="mobile-menu" id="mobileMenu">
<a href="/">Start</a>
<a href="/#events">Events</a>
<a href="/search">Suche</a>
<a href="/#profil">Profil</a>
<a href="/#faq">FAQ</a>
<?php if ($isLoggedIn): ?>