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