Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9c3110ca authored by Nicolas's avatar Nicolas
Browse files

Ajout d'un = dans une condition

parent b564dddc
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ endif;
<?php endif; ?>
<a href="<?= /* @noEscape */ $pdfPath; ?>" target="<?= /* @noEscape */ $block->getPdfLinkTarget(); ?>" <?php if ($block->getPdfCssClasses()): ?>class="<?= /* @noEscape */ $block->getPdfCssClasses(); ?><?php endif; ?>" <?php if ($block->getPdfExtraCss()): ?>style="<?= /* @noEscape */ $block->getPdfExtraCss(); ?>"<?php endif; ?>>
<?php if ($renderType == 'image'): ?>
<?php if ($renderType === 'image'): ?>
<?php if ($activeImageBackground): ?>
<span
class="mediamanager-image <?php if ($block->getImageCssClasses()): ?><?= /* @noEscape */ $block->getImageCssClasses(); ?><?php endif; ?>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment