sidedeepcategory.ftl - how to put deepest categories first

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

sidedeepcategory.ftl - how to put deepest categories first

Jason Ling
Hi,

The default structure is something like:

Category
Category
  -subcat
    -subsubcat
    -subsubcat
Category
Category
Category
Category
Category

I want to achieve:

subcat
-subsubcat
-subsubcat

category
-subcat
-subcat

Category
Category
Category
Category

What's the best way to achieve this?

Many thanks!


Jason