kouri
Junior Member
Posts: 6
Registered: 12/3/2003
Member Is Offline
|
| posted on 1/27/2004 at 07:36 PM |
|
|
private and public menus
I defined two different menus. A public one and a private one which is an extension of the public menu.
I manage PHP session to restrict access to private pages (of course, these pages include private menu call).
My problem is when an authorized user currently on a private page decide to call a public one. He then loose its extended menu.
I understand that I need to dissociate menu from pages and set up a PHP script that will check if user is on a session and then build proper
javascript sequence to build proper menu. Does somebody knows a better way ?
|
|
|
kouri
Junior Member
Posts: 6
Registered: 12/3/2003
Member Is Offline
|
| posted on 1/29/2004 at 06:22 PM |
|
|
Got it !
|
|
|