Topics

if_elements block

{if_elements} returns the block if an array is not empty.  The passed parameter is 'array'.

{if_elements array=$arrayname}
<h2>There are elements within this array.</h2>
{/if_elements}
Loading Help