Compare commits

..

2 Commits

View File

@@ -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): ?>