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.
Comments
Hi, you can declare your
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.