add echo
This commit is contained in:
@@ -43,13 +43,13 @@ $lastResult = $rennenIndex > 0 ? ($ergebnisse[$rennenIndex - 1] ?? null) : null;
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Moderation <?php $eventname; ?></title>
|
||||
<title>Moderation <?php echo $eventname; ?></title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
|
||||
<div class="container py-4">
|
||||
<h1 class="mb-4">Moderation <?php $eventname; ?></h1>
|
||||
<h1 class="mb-4">Moderation <?php echo $eventname; ?></h1>
|
||||
|
||||
<!-- Aktuelles Rennen -->
|
||||
<div class="card mb-4">
|
||||
|
||||
Reference in New Issue
Block a user