File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Resources/contao/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<?php if ($this->settings->get('file_showLink')): ?>
14
14
<?php if ($this->settings->get('file_showImage')): ?>
15
- <a class="cboxElement" data-lightbox="<?= $arrFile['lb'] ?>" title="<?= $title ?>"
15
+ <a class="cboxElement" data-lightbox="<?= $arrFile['lb'] ?? '' ? >" title="<?= $title ?>"
16
16
href="<?= $arrFile['imageUrl'] ?>">
17
17
<?php else: ?>
18
18
<a title="<?= $title ?>" href="<?= $arrFile['url'] ?>">
Original file line number Diff line number Diff line change 7
7
8
8
<?php if ($this->settings->get('file_showLink')): ?>
9
9
<?php if ($this->settings->get('file_showImage')): ?>
10
- <a class="cboxElement" data-lightbox="<?= $arrFile['lb'] ?>" title="<?= $arrFile['alt'] ?>"
10
+ <a class="cboxElement" data-lightbox="<?= $arrFile['lb'] ?? '' ? >" title="<?= $arrFile['alt'] ?>"
11
11
href="<?= $arrFile['imageUrl'] ?>">
12
12
<?php else: ?>
13
13
<a title="<?= $arrFile['alt'] ?>" href="<?= $arrFile['url'] ?>">
You can’t perform that action at this time.
0 commit comments