Hello,
In the handbook of creating modules to drupal 5.x named : 02. Telling Drupal about your module i found that using $section as admin/help#modulename is no longer working withdrupal 5.1 i checked the head api hook_help and again it use the admin/help#modulename form .. the only thing that works with me is /admin/help/modulename (/ not #) ..
thanks alot
Comments
Comment #1
jadelrab commentedwell i found it was my fault (my misunderstood actually) i was just typing the url by hand .. i didn't notice that the $section is not the right help path so it was giving me back to the help page .. sorry for bothering every one who read it ..
it is now closed ..