View Single Post
  #1  
Old 12-22-2004, 10:25 AM
 
hamid hamid is offline
 

Senior Member
  
Join Date: Apr 2004
Posts: 107
 

Default subcat description on categories page

Does anyone know how to add the descriptions of the subcategories underneath the subcategory names?

so for example:

{foreach from=$subcategories item=subcat}
{$subcat.category|escape}
{/foreach}

this displays the subcategories within a category... but I'd also like the description to appear under it.

{$subcat.description} doesn't seem to work

Help much appreciated.

Thanks
Reply With Quote