By dproger on
Hi
I want to create a module where I will place all my functions that I will use from other modules. It means that I want to create a separate module with common functions for all other modules.
How should I define the mymodule_menu() function $items array that way it be just a functions set, not a module page?
Thanks
Comments
Close. http://drupal.org/node
Close.
http://drupal.org/node/416986
If all the module does is
If all the module does is provide support functions there is no need for hook_menu().