Image at brettspill page
This commit is contained in:
parent
4f1d3ee6b3
commit
bc573a53c7
|
@ -25,7 +25,11 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
|
||||||
<h2><em><?= $nextEvent->getRelativeDate()?></em> Brettspillkveld</h2>
|
<h2><em><?= $nextEvent->getRelativeDate()?></em> Brettspillkveld
|
||||||
|
<?php if ($nextEvent->getImageURL()) { ?>
|
||||||
|
<img src="<?= $nextEvent->getImageURL() ?>">
|
||||||
|
<?php } ?>
|
||||||
|
</h2>
|
||||||
<ul class="subtext">
|
<ul class="subtext">
|
||||||
<li>Tid:
|
<li>Tid:
|
||||||
<strong>
|
<strong>
|
||||||
|
|
Loading…
Reference in New Issue