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