Hello, when one site is building on subdirectory, the photo can't display, the url need to change.
line 403 in module file, it's better change to :
$img = '<img src="'.url($node->picture).'" width="40" height="40" hspace="2" vspace="2" alt="'. $node->name .'" title="'. $node->name .'" />';
src="'.url("themes/bluemarine/logo.png").'"
Comments
Comment #1
jeckman commentedThanks qiqiy - just committed and released 6.x-1.3 - also committed to 7.x-2.x dev branch
Comment #2
jeckman commentedClosing - Already part of released 1.3 and in 7.x dev branch