Hi

i have create menu but i have to add menu item in menu Programatically.

Please help

Thank u.

Comments

vasi1186’s picture

Hi,

you can declare your menu item inside a module, using the type MENU_SUGGESTED_ITEM (http://api.drupal.org/api/constant/MENU_SUGGESTED_ITEM/6) and (after clearing your cache) you should be able to enable the menu item from backend and put it wherever you want.

Vasi.