in theme_nodehierarchy_action :
$img_path = url(drupal_get_path('module', 'nodehierarchy') ."/images/$name.gif");
create incorrect link, like img src="/?q=sites/example/modules/nodehierarchy/images/view.gif
I think url function has to be removed :
$img_path = drupal_get_path('module', 'nodehierarchy') ."/images/$name.gif";
create correct link, like img src="sites/example/modules/nodehierarchy/images/view.gif
Comments
Comment #1
ronan commentedThanks, I'll investigate as soon as I get a chance.
Ronan
Comment #2
ronan commentedThe latest dev should fix this. Please let me know if it works for you.
Thanks again
Ronan
Comment #3
jptavan commentedVersion 5.x-1.0 fix this problem.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.