community
All checks were successful
Deploy / deploy (push) Successful in 44s

This commit is contained in:
2026-07-17 03:08:28 +02:00
parent d682d1dd2b
commit e39a483aff
4 changed files with 76 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
<a href="/">Home</a>
<a href="/search">Suche</a>
<a href="/#events">Termine</a>
<a href="/community">Community</a>
</nav>
<div class="nav-actions">
<?php if ($isLoggedIn): ?>
@@ -35,6 +36,7 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
<a href="/">Home</a>
<a href="/search">Suche</a>
<a href="/#events">Termine</a>
<a href="/community">Community</a>
<?php if ($isLoggedIn): ?>
<a class="btn ghost" href="/dashboard">Dashboard</a>
<a class="btn block" href="/logout">Logout</a>