sadasd
All checks were successful
Deploy / deploy (push) Successful in 54s

This commit is contained in:
2026-08-03 22:22:09 +02:00
parent 258a3a2229
commit faf614010d
12 changed files with 40 additions and 38 deletions

View File

@@ -51,7 +51,7 @@ if ($debugEnabled) {
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?= htmlspecialchars(t('common.title'), ENT_QUOTES) ?></title>
<meta name="description" content="Papa-Kind-Treff: Väter vernetzen sich für Treffen mit und ohne Kinder, Events in der Nähe entdecken und sicher Kontakte knüpfen.">
<meta name="description" content="Papa-Kind-Treff: Väter vernetzen sich für Events, Termine und Treffen mit und ohne Kinder, entdecken lokale Angebote und knüpfen sicher Kontakte.">
<?php if (defined('APP_ROBOTS')): ?>
<meta name="robots" content="<?= htmlspecialchars(APP_ROBOTS, ENT_QUOTES) ?>">
<?php endif; ?>

View File

@@ -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): ?>