[ZPT] dynamic navigation menus

Mark McEahern marklists@mceahern.com
Fri, 2 Aug 2002 14:17:52 -0500


[I wrote]
> So, for a path like this:
>
>   /Root/
>     navtest/
>       content/
>         section1/
>           subsection1_1/
>
> This gives a path_to_root like this:
>
>   [ navtest, content, section1, subsection1_1 ]

FWIW, after rereading this, I realize the variable would be more clearly
named:

  path_from_root

// mark

-