Re: [development] Creating admin pages.

2009-09-18 Thread Jennifer Hodgdon
I think you need to define your admin/store/pcampaigns as MENU_NORMAL_ITEM, then define another item as MENU_DEFAULT_LOCAL_TASK, for your other MENU_LOCAL_TASK to show up as a sub-item of this one. i.e. $items['admin/store/pcampaigns'] = MENU_NORMAL_ITEM (otherwise what you had before) $it

[development] Creating admin pages.

2009-09-18 Thread rajasekharan
Hi, I am working on a module that requires a few admin interfaces. The admin interface needs to list something from the database. Additionally there should be a tab in the same page that has a form to inserts data into the db. I am using hook_menu to do this but am having a problem with getti