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 981fbf16 authored by Nicolas's avatar Nicolas
Browse files

Corrections de quelques erreurs dans les widgets images et vidéos

parent f20964cc
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ endif;
<?php if ($activeImage): ?>
<?php if ($activeImageWrapper): ?>
<div class="widget block block-static-block mediamanager mediamanager-image <?php if ($block->getWrapperCssClasses()): ?><?= /* @noEscape */ $block->getWrapperCssClasses(); ?><?php endif; ?>">
<div class="mediamanager mediamanager-image <?php if ($block->getWrapperCssClasses()): ?><?= /* @noEscape */ $block->getWrapperCssClasses(); ?><?php endif; ?>">
<?php endif; ?>
<?php if ($activeTitle || $activeContent): ?>
<div class="mediamanager-title-content <?php if ($block->getWidgetTitleCSS()): ?><?= /* @noEscape */ $block->getWidgetTitleCSS(); ?><?php endif; ?>">
......
......@@ -24,7 +24,7 @@ endif;
<?php if ($activeVideo): ?>
<?php if ($activeWrapper): ?>
<div class="widget block block-static-block mediamanager mediamanager-video <?php if ($block->getWrapperCssClasses()): ?><?= /* @noEscape */ $block->getWrapperCssClasses(); ?><?php endif; ?>" <?php if ($block->getWrapperExtraCss()): ?>style="<?= /* @noEscape */ $block->getWrapperExtraCss(); ?>"<?php endif; ?>>
<div class="mediamanager mediamanager-video <?php if ($block->getWrapperCssClasses()): ?><?= /* @noEscape */ $block->getWrapperCssClasses(); ?><?php endif; ?>" <?php if ($block->getWrapperExtraCss()): ?>style="<?= /* @noEscape */ $block->getWrapperExtraCss(); ?>"<?php endif; ?>>
<?php endif; ?>
<?php if ($activeTitle || $activeContent): ?>
<div class="mediamanager-title-content">
......
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