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
Comment #1
Gurpartap Singh commentedAlready fixed in cvs.
Comment #2
(not verified) commented