Файл: contao-3.5.8/system/modules/calendar/templates/modules/mod_event.xhtml
Строк: 19
<?php $this->extend('block_searchable'); ?>
<?php $this->block('content'); ?>
<?= $this->event ?>
<!-- indexer::stop -->
<p class="back"><a href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p>
<!-- indexer::continue -->
<?php if ($this->allowComments): ?>
<div class="ce_comments block">
<<?= $this->hlc ?>><?= $this->addComment ?></<?= $this->hlc ?>>
<?= implode('', $this->comments) ?>
<?= $this->pagination ?>
<?php include $this->getTemplate('mod_comment_form', 'xhtml'); ?>
</div>
<?php endif; ?>
<?php $this->endblock(); ?>