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

jeckman’s picture

Thanks qiqiy - just committed and released 6.x-1.3 - also committed to 7.x-2.x dev branch

jeckman’s picture

Status: Active » Closed (fixed)

Closing - Already part of released 1.3 and in 7.x dev branch