Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Created August 8, 2017 17:42
Show Gist options
  • Save OlegShchavelev/f6688b4b45002bf99c1ac75ad90fc232 to your computer and use it in GitHub Desktop.
Save OlegShchavelev/f6688b4b45002bf99c1ac75ad90fc232 to your computer and use it in GitHub Desktop.
Migx Fenom
{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