Our site uses a template, “ctp” (category template page) which uses PHP and MySQL to display a list of subcategories of the current category.
A typical URL that uses this template: http://www.omg.zzz/index.php/templategroup/ctp/C5/
Clicking on a category name would take the user to another template (“inside”) which would then display the posts in that category.
With the 1.6 update, this no longer displays anything but triangle images we used as bullets for each category.
Help!
Here is the code that displayed the subcats. It is the only practical way we could figure out at the time that would get us the subcategories of a category.