Hey folks,
I am working on my first plugin (a database for brewers' yeast) and have not found any description for some functions. I am writing the plugin by taking a copy of staticpages and changing what I do understanding, and leaving unchanged what I don't ;-) We'll see how it goes ...
/**
* Returns the items for this plugin that should appear on the main menu
What main menu? What kind of items?
* NOTE: this MUST return the url/value pairs in the following format
* $<arrayname>[<label>] = <url>
*
*/
function plugin_getmenuitems_staticpages()
hmmm, maybe I can figure some of the rest of it out but this one is confusing me