mkyzar
Member
Posts: 10
Registered: 5/8/2007
Member Is Offline
|
| posted on 5/24/2007 at 02:36 PM |
|
|
Add Static Items to Dynamic Menu
I have a menu that is created from a database, but I need to add a couple of static menu items such as a Help item and a Logout item. Any idea how I
might do that? Thanks in advance for your help.
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/24/2007 at 03:10 PM |
|
|
Just add the items statically where you generate the menu_items structure. It is also possible to throw items on the client side after the structure
has been generated.
|
|
|