This commit is contained in:
@@ -58,7 +58,7 @@ if ($isLoggedIn) {
|
||||
<div class="profile-menu__dropdown" role="menu">
|
||||
<a href="/dashboard?section=profile" role="menuitem">Profil</a>
|
||||
<a href="/dashboard?section=children" role="menuitem">Kinder</a>
|
||||
<a href="/dashboard?section=events" role="menuitem">Termine</a>
|
||||
<a href="/dashboard?section=events" role="menuitem">Events</a>
|
||||
<a href="/dashboard?section=community" role="menuitem">Community</a>
|
||||
<a href="/dashboard?section=settings" role="menuitem">Einstellungen</a>
|
||||
<?php if ($showAdminLink): ?>
|
||||
@@ -81,7 +81,7 @@ if ($isLoggedIn) {
|
||||
<?php if ($isLoggedIn): ?>
|
||||
<a class="btn ghost" href="/dashboard?section=profile">Profil</a>
|
||||
<a class="btn ghost" href="/dashboard?section=children">Kinder</a>
|
||||
<a class="btn ghost" href="/dashboard?section=events">Termine</a>
|
||||
<a class="btn ghost" href="/dashboard?section=events">Events</a>
|
||||
<a class="btn ghost" href="/dashboard?section=community">Community</a>
|
||||
<a class="btn ghost" href="/dashboard?section=settings">Einstellungen</a>
|
||||
<?php if ($showAdminLink): ?>
|
||||
|
||||
Reference in New Issue
Block a user