This commit is contained in:
2025-12-27 02:02:42 +01:00
parent 8139b1b47e
commit 54e6e10f4f
7 changed files with 164 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ $isLoggedIn = isset($_SESSION['user_id']);
<div class="nav-actions">
<?php if ($isLoggedIn): ?>
<a class="btn ghost" href="/dashboard">Dashboard</a>
<a class="btn" href="/dashboard#events">Neues Event</a>
<a class="btn ghost" href="/logout">Logout</a>
<?php else: ?>
<a class="btn ghost" href="/login">Anmelden</a>
<a class="btn" href="/register">Kostenlos registrieren</a>
@@ -35,7 +35,7 @@ $isLoggedIn = isset($_SESSION['user_id']);
<a href="/#faq">FAQ</a>
<?php if ($isLoggedIn): ?>
<a class="btn ghost" href="/dashboard">Dashboard</a>
<a class="btn block" href="/dashboard#events">Neues Event</a>
<a class="btn block" href="/logout">Logout</a>
<?php else: ?>
<a class="btn ghost" href="/login">Anmelden</a>
<a class="btn block" href="/register">Kostenlos registrieren</a>