Файл: contao-3.5.8/system/modules/core/templates/elements/ce_hyperlink_image.xhtml
Строк: 14
<?php $this->extend('block_searchable'); ?>
<?php $this->block('content'); ?>
<div class="image_container">
<?= $this->embed_pre ?>
<a href="<?= $this->href ?>" class="hyperlink_img" title="<?= $this->linkTitle ?>"<?= $this->attribute ?><?= $this->target ?>><?php $this->insert('picture_default', $this->picture); ?></a>
<?= $this->embed_post ?>
<?php if ($this->caption): ?>
<div class="caption"><?= $this->caption ?></div>
<?php endif; ?>
</div>
<?php $this->endblock(); ?>