By kostikberman on
Hi,
I'm trying to develop a new module. I'd like to add a new item to drupal navigation menu. What function should I create for that? Is there any good manual for creating new drupal modules?
Thanks in advance.
Hi,
I'm trying to develop a new module. I'd like to add a new item to drupal navigation menu. What function should I create for that? Is there any good manual for creating new drupal modules?
Thanks in advance.
Comments
you can start from this
you can start from this example:
http://drupaldocs.org/api/head/file/contributions/docs/developer/example...
the function for add a new item to menu is [your_module_name]_menu
Handbook is your friend
http://drupal.org/node/10901