Datum angepasst
This commit is contained in:
@@ -100,7 +100,7 @@ require_once '../inc/header.php';
|
|||||||
|
|
||||||
<div class="container mt-5">
|
<div class="container mt-5">
|
||||||
<h2 class="mb-4">Teilnahme eintragen</h2>
|
<h2 class="mb-4">Teilnahme eintragen</h2>
|
||||||
<p class="text-muted">für das Treffen am **<?= date('d.m.Y', strtotime($meeting['meeting_date'])) ?>** in der Farbe **<?= htmlspecialchars($meeting['color_name']) ?>**.</p>
|
<p class="text-muted">für das Treffen am <strong><?= date('d.m.Y', strtotime($meeting['meeting_date'])) ?></strong> in der Farbe <strong><?= htmlspecialchars($meeting['color_name']) ?></strong>.</p>
|
||||||
|
|
||||||
<?php if ($message): ?>
|
<?php if ($message): ?>
|
||||||
<div class="alert alert-<?= $message_type ?> alert-dismissible fade show" role="alert">
|
<div class="alert alert-<?= $message_type ?> alert-dismissible fade show" role="alert">
|
||||||
|
|||||||
Reference in New Issue
Block a user