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 1212
1313 <?php if ($this->settings->get('file_showLink')): ?>
1414 <?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 ?>"
1616 href="<?= $arrFile['imageUrl'] ?>">
1717 <?php else: ?>
1818 <a title="<?= $title ?>" href="<?= $arrFile['url'] ?>">
Original file line number Diff line number Diff line change 77
88 <?php if ($this->settings->get('file_showLink')): ?>
99 <?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'] ?>"
1111 href="<?= $arrFile['imageUrl'] ?>">
1212 <?php else: ?>
1313 <a title="<?= $arrFile['alt'] ?>" href="<?= $arrFile['url'] ?>">
You can’t perform that action at this time.
0 commit comments