Hi!
I'm looking for any ready-made solution to this:

A template with nested_pages for site main navigation, which would include autogenerated (and this way autoupdated) list of folders in a separate dynamic_folders template?

Code: Select all
-index
-catalog - this is dynamic_folders template, a nested_page with pointer to catalog.php
--cat1   - cat1..catN these are not created  *manually* in nested_pages template,
--....   - they are not nested_pages with pointers,
--catN   - to avoid manual update every time a category/subcategory is crud'ed
-about-us
-contacts


Thank you!