Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Created September 5, 2017 21:21
Show Gist options
  • Save OlegShchavelev/193b3907d5cd7d7060fe435bc18d068c to your computer and use it in GitHub Desktop.
Save OlegShchavelev/193b3907d5cd7d7060fe435bc18d068c to your computer and use it in GitHub Desktop.
Не выводим если меньше 3 items
{if $rows|count > 3}
{html}
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment