Hi,

I have a module called "Toolbar" W/no documentation on how to use it, so I had to study the code to find out what is being used to display help for the current page. Well it turns out their using this API function called "menu_get_active_help()".

My question is, how do you create "Help Text" for this function?

Thanks!...

Comments

vm’s picture

http://api.drupal.org/api/drupal/includes!menu.inc/function/menu_get_act... may aid. as well as looking at core modules which provide help data to the help.module

Vc Developer’s picture

Thanks for your reply!

I found a module called "Context Help" that does exactly what I was looking for! :)