Thursday 28 April 2005 3:03:46 pm
How would I exclude the first instance in this inner section?
{section name=Path loop=$array}
{section show=eq(1,$Path:item.value)}
<p>"Should show only from second time. eq(1,$myValue) is True". i.e. Skip first time true.</p>
{/section}
{/section}
{section name=Path loop=$array offset=1}
is NOT what I need here.
The Web Application Service Provider
|