Jump to content

category.tpl is not showing sub-categories


Recommended Posts

Hi - for some reason my category.tpl is not showing sub-categories when the default code is in use:

{if (isset($display_subcategories) && $display_subcategories eq 1) || !isset($display_subcategories) }

It works if I change it to:

{if (isset($display_subcategories)) || !isset($display_subcategories)}

Is there an option somewhere to turn 'Display Subcategories' on/off?

 

Using v1.6.0.9

Link to comment
Share on other sites

×
×
  • Create New...