Commit b9ca17a4 by halweg

no message

parent 8e26d2d7
......@@ -200,8 +200,9 @@
padding: 10px;
}
</style>
<?php $media = $block->getMedia()['data']; ?>
<?php if (!empty($media)): ?>
<?php $raw = $block->getMedia(); ?>
<?php if (!empty($raw) && isset($raw['data']) && count($raw['data']) > 0): ?>
<?php $media = $raw['data']; ?>
<div id="joshine-section-app-block-instagram" class="joshine-section spaced-section">
<div class="instagram-container">
<div id="joshine-block-block1" class="joshine-block">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment