This commit is contained in:
2025-12-29 02:10:04 +01:00
parent b99239ca66
commit 33482a0291
4 changed files with 228 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
<a href="/">Start</a>
<a href="/#events">Events</a>
<a href="/search">Suche</a>
<a href="/community">Community</a>
<a href="/#profil">Profil</a>
<a href="/#faq">FAQ</a>
</nav>
@@ -37,6 +38,7 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
<a href="/">Start</a>
<a href="/#events">Events</a>
<a href="/search">Suche</a>
<a href="/community">Community</a>
<a href="/#profil">Profil</a>
<a href="/#faq">FAQ</a>
<?php if ($isLoggedIn): ?>