asdasd
This commit is contained in:
@@ -15,6 +15,7 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
|
||||
<nav class="nav-links" aria-label="Hauptmenü">
|
||||
<a href="/">Start</a>
|
||||
<a href="/#events">Events</a>
|
||||
<a href="/search">Suche</a>
|
||||
<a href="/#profil">Profil</a>
|
||||
<a href="/#faq">FAQ</a>
|
||||
</nav>
|
||||
@@ -35,6 +36,7 @@ $isDebug = defined('APP_DEBUG') && APP_DEBUG === true;
|
||||
<div class="mobile-menu" id="mobileMenu">
|
||||
<a href="/">Start</a>
|
||||
<a href="/#events">Events</a>
|
||||
<a href="/search">Suche</a>
|
||||
<a href="/#profil">Profil</a>
|
||||
<a href="/#faq">FAQ</a>
|
||||
<?php if ($isLoggedIn): ?>
|
||||
|
||||
Reference in New Issue
Block a user