Compare commits
2 Commits
21bcb46092
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| efb2f9e67d | |||
| 93f54b142e |
@@ -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