diff --git a/app/views/calendar/date/index.php b/app/views/calendar/date/index.php index f898f3b60f053d7be9a4fcb7d7a87ec8bdeb9639..26f28a628b0d722024ddc35d4e72771c17275cd5 100644 --- a/app/views/calendar/date/index.php +++ b/app/views/calendar/date/index.php @@ -55,6 +55,10 @@ <dl> <dt><?= _('Zeit') ?></dt> <dd><?= date('d.m.Y H:i', $date->begin) ?> - <?= date('d.m.Y H:i', $date->end) ?></dd> + <? if ($date->location) : ?> + <dt><?= _('Ort') ?></dt> + <dd><?= formatLinks($date->location) ?></dd> + <? endif ?> <dt><?= _('Kategorie') ?></dt> <dd><?= htmlReady($date->getCategoryAsString()) ?></dd> <dt><?= _('Zugriff') ?></dt>