next art
This commit is contained in:
@@ -180,7 +180,7 @@ $lastResult = $rennenIndex > 0 ? ($ergebnisse[$rennenIndex - 1] ?? null) : null;
|
|||||||
<div class="card-header bg-info text-white">Nächstes Rennen</div>
|
<div class="card-header bg-info text-white">Nächstes Rennen</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<?php if ($next): ?>
|
<?php if ($next): ?>
|
||||||
<p><strong><?= htmlspecialchars($next['name']) ?></strong> um <?= htmlspecialchars($next['zeit']) ?></p>
|
<p><strong><?= htmlspecialchars($next['name']) ?></strong> um <?= htmlspecialchars($next['zeit']) ?> ( <?= htmlspecialchars($next['art']) ?>)</p>
|
||||||
<ul class="list-group">
|
<ul class="list-group">
|
||||||
<?php for ($i = 1; $i <= 3; $i++): ?>
|
<?php for ($i = 1; $i <= 3; $i++): ?>
|
||||||
<?php if (!empty($next["bahn$i"])): ?>
|
<?php if (!empty($next["bahn$i"])): ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user