Added location to the new forecast table.
This commit is contained in:
@@ -109,6 +109,14 @@ use Michelf\Markdown;
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="cal-grid-label">Location</td>
|
||||||
|
<?php foreach ($futureEvents as $event): ?>
|
||||||
|
<td class="text-center cal-grid-cell">
|
||||||
|
<?= htmlspecialchars($event['location'] ?? '') ?>
|
||||||
|
</td>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="cal-grid-label">Presentation 1</td>
|
<td class="cal-grid-label">Presentation 1</td>
|
||||||
<?php foreach ($futureEvents as $event): ?>
|
<?php foreach ($futureEvents as $event): ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user