sub
This commit is contained in:
@@ -54,12 +54,12 @@ if ($q !== '' && $pdo) {
|
||||
<span><?= htmlspecialchars($ev['starts_at'], ENT_QUOTES) ?></span>
|
||||
<span>📍 <?= htmlspecialchars($ev['region'] ?: $ev['city'], ENT_QUOTES) ?></span>
|
||||
<span><?= $ev['visibility'] === 'public' ? 'Öffentlich' : 'Mitglieder' ?></span>
|
||||
<span class="badge"><?= ((int)$ev['allow_kids'] === 1) ? 'Mit Kindern' : 'Ohne Kinder' ?></span>
|
||||
</div>
|
||||
<h3><?= htmlspecialchars($ev['title'], ENT_QUOTES) ?></h3>
|
||||
<p class="muted"><?= htmlspecialchars($ev['teaser_public'], ENT_QUOTES) ?></p>
|
||||
<p><strong>Kinder:</strong> <?= ((int)$ev['allow_kids'] === 1) ? 'Mit Kindern' : 'Ohne Kinder' ?></p>
|
||||
<?php if (!empty($ev['location_label'])): ?>
|
||||
<p><strong>Ort:</strong> <?= htmlspecialchars($ev['location_label'], ENT_QUOTES) ?></p>
|
||||
<p class="muted small"><strong>Ort:</strong> <?= htmlspecialchars($ev['location_label'], ENT_QUOTES) ?></p>
|
||||
<?php endif; ?>
|
||||
<details>
|
||||
<summary style="cursor:pointer;">Details anzeigen</summary>
|
||||
|
||||
Reference in New Issue
Block a user