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

inaxio’s picture

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

chrisada’s picture