asas
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user