adasd
All checks were successful
Deploy / deploy (push) Successful in 46s

This commit is contained in:
2026-07-17 00:19:05 +02:00
parent dca3ce93e6
commit 429258156a
4 changed files with 117 additions and 110 deletions

View File

@@ -13,12 +13,11 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
</div>
</div>
<nav class="nav-links" aria-label="Hauptmenü">
<a href="/">Start</a>
<a href="/#events">Events</a>
<a href="/search">Suche</a>
<a href="/#events">Termine</a>
<a href="/community">Community</a>
<a href="/#profil">Profil</a>
<a href="/#faq">FAQ</a>
<a href="/#mitgliederbereich">Mitgliederbereich</a>
<a href="/">Start</a>
</nav>
<div class="nav-actions">
<?php if ($isLoggedIn): ?>
@@ -35,12 +34,11 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
</div>
</div>
<div class="mobile-menu" id="mobileMenu">
<a href="/">Start</a>
<a href="/#events">Events</a>
<a href="/search">Suche</a>
<a href="/#events">Termine</a>
<a href="/community">Community</a>
<a href="/#profil">Profil</a>
<a href="/#faq">FAQ</a>
<a href="/#mitgliederbereich">Mitgliederbereich</a>
<a href="/">Start</a>
<?php if ($isLoggedIn): ?>
<a class="btn ghost" href="/dashboard">Dashboard</a>
<a class="btn block" href="/logout">Logout</a>