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