Re: [PHP] Nested Menu Help

2002-06-23 Thread Lowell Allen
> From: <[EMAIL PROTECTED]> > > When I am in page A (or one of it's children) I wish to show it's one level of > children like so: > > Page A > Child 1 > Child 2 > etc... > Page B > > When I am in page B (or one of it's children) I wish to show it's one level of > children like so: > > Pa

Re: [PHP] Nested Menu Help

2002-06-22 Thread Jason Wong
On Friday 21 June 2002 17:12, [EMAIL PROTECTED] wrote: > When I am in page A (or one of it's children) I wish to show it's one level > of children like so: > > Page A > Child 1 > Child 2 > etc... > Page B > > When I am in page B (or one of it's children) I wish to show it's one level > of ch

RE: [PHP] Nested Menu Help

2002-06-22 Thread César Aracena
I found a way of doing this in order to show the “home” button when browsing the site, but not when seeing the home page. What I do, is to set two menus like this: If ($browse == ‘yes’) { home } page 1 page 2 page 3 Notice how the links to other pages have the browse=yes set. You c