View Single Post
  #2  
Old 08-26-2011, 03:13 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Subcategory Count?

{if $subcategory.subcategory_count gt 0}

There is no $subcategory array in this code. replace it with $c. The correct code should be

{if $c.subcategory_count gt 0}.....

Also check in debug window that there is such thing as "subcategory count"
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote