The current code in the Bookmark Us module uses

' . $path . '

to reference the images, this works fine on the homepage, on certain pages "yoursite.com/user" for example, this code causes the module to look for the image using "yoursite.com/user/modules/bookmark_us/image.gif" which of course doesn't work...

Proposed change is:

'. $base_url . '/' . $path . '

this defines an absolute URI for the image files.

Mikey

Comments

Gurpartap Singh’s picture

Status: Reviewed & tested by the community » Fixed

Already fixed in cvs.

Anonymous’s picture

Status: Fixed » Closed (fixed)