Active
Project:
Advanced Help Injection and Export
Version:
6.x-1.0-alpha6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2010 at 14:24 UTC
Updated:
29 Dec 2010 at 14:24 UTC
The help module generated i got looks like
function tagging_center_help_help($path) {
switch ($path) {
case 'queue/setlanguage/%':
return theme('advanced_help_topic', 'tagging_center_help', 'Select-the-Language');
}
}
Which was my intention, but when run, $path is passed looking like
'queue/setlanguage'
when in fact it is (in the address bar of the browser)
'queue/setlanguage/1234
So the icon never appears. Not sure if this is a help, advanced_help or helpinject issue.