Created
August 8, 2017 17:42
-
-
Save OlegShchavelev/f6688b4b45002bf99c1ac75ad90fc232 to your computer and use it in GitHub Desktop.
Migx Fenom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{set $rows = json_decode($_modx->resource.image_section3, true)} | |
<ul class="uk-grid uk-slideset"> | |
{foreach $rows as $row} | |
<li><div class="tm-notifications-item"><img src="{$row.image}" alt="{$row.title}"></div></li> | |
{/foreach} | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment