28 Feb
2007
28 Feb
'07
5:51 p.m.
Hello, 2007/2/28, Glenn Wybo <glennwybo@hotmail.com>:
Grtz,
I'm writing a new module for drupal and was just trying to add some help in the module. Adding a description in admin/modules wasn't a problem, nut I also wanted to add some information to the admin/help. The code is :
function product_help($section = 'admin/help#product') { $output = "";
switch ($section) { case 'admin/help#products':
The problem seems to be here, it should be 'admin/help#product' assuming 'product' is the name of your module. Please consult the API docs for more information: http://api.drupal.org/api/5/function/hook_help and double check for typos before emailing this list. Cheers, Henrique