12 Feb
2005
12 Feb
'05
7:37 a.m.
The menu tree is defined by the paths... The first tree is: newspaper ..newspaper/search ..newspaper/advanced The second tree is: newspaper ..newspaper/search ....newspaper/search/advanced Menu path 'directories' are not tied to a single level, but they do use the nearest parent. For example, you can have: boo ..boo/foo/bar ..boo/bar/xyzzy ..boo/moo ....boo/moo/baz ....boo/moo/bar bunny/rabbits ..bunny/rabbits/like/to/play/bingo If you were to add "boo/foo", then it becomes: boo ..boo/foo <- ....boo/foo/bar <- ..boo/bar/xyzzy ..boo/moo ....boo/moo/baz ....boo/moo/bar bunny/rabbits ..bunny/rabbits/like/to/play/bingo Steven Wittens