This commit is contained in:
@@ -13,11 +13,9 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<nav class="nav-links" aria-label="Hauptmenü">
|
<nav class="nav-links" aria-label="Hauptmenü">
|
||||||
|
<a href="/">Home</a>
|
||||||
<a href="/search">Suche</a>
|
<a href="/search">Suche</a>
|
||||||
<a href="/#events">Termine</a>
|
<a href="/#events">Termine</a>
|
||||||
<a href="/community">Community</a>
|
|
||||||
<a href="/#mitgliederbereich">Mitgliederbereich</a>
|
|
||||||
<a href="/">Start</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="nav-actions">
|
<div class="nav-actions">
|
||||||
<?php if ($isLoggedIn): ?>
|
<?php if ($isLoggedIn): ?>
|
||||||
@@ -34,11 +32,9 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mobile-menu" id="mobileMenu">
|
<div class="mobile-menu" id="mobileMenu">
|
||||||
|
<a href="/">Home</a>
|
||||||
<a href="/search">Suche</a>
|
<a href="/search">Suche</a>
|
||||||
<a href="/#events">Termine</a>
|
<a href="/#events">Termine</a>
|
||||||
<a href="/community">Community</a>
|
|
||||||
<a href="/#mitgliederbereich">Mitgliederbereich</a>
|
|
||||||
<a href="/">Start</a>
|
|
||||||
<?php if ($isLoggedIn): ?>
|
<?php if ($isLoggedIn): ?>
|
||||||
<a class="btn ghost" href="/dashboard">Dashboard</a>
|
<a class="btn ghost" href="/dashboard">Dashboard</a>
|
||||||
<a class="btn block" href="/logout">Logout</a>
|
<a class="btn block" href="/logout">Logout</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user