View Single Post
  #5  
Old 02-10-2008, 11:13 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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}
Reply With Quote