Thread
:
if no. of subcategories greater than X, do this
View Single Post
#
5
02-10-2008, 11:13 AM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
Re: if no. of subcategories greater than X, do this
Off hand without looking at the code, I believe it would be:
Code:
{if $subcategories|@count gt 3} There's more than three. {else} There's less than three. {/if}
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon