Closed (fixed)
Project:
Contact Forms
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2008 at 08:07 UTC
Updated:
1 Dec 2008 at 14:52 UTC
You create many menu item. I think you must only one menu item.
see the patch.
| Comment | File | Size | Author |
|---|---|---|---|
| contact_forms.patch | 1.44 KB | pp |
Comments
Comment #1
behindthepage commentedThanks Palócz, I looked at this again and I don't need hook_menu at all!
Because I use arg(1) and arg(2) in hook_form_alter it all works via the standard contact menu item.
Silly me.
Regards
Geoff
Comment #2
pp commentedYou are right! I am so silly! ;)
I deleted the hook_menu. I moved this changes to my block patch. http://drupal.org/node/340737
pp