The icon has a relative not an absolute path in D5, so doesn't appear correctly.
Fixed by adding a leading slash to the $image definition (line 220) in sharethis_get_js(), changing this:
$image = drupal_get_path('module', 'sharethis') ."/images/$chicklet.gif";
to this:
$image = '/'. drupal_get_path('module', 'sharethis') ."/images/$chicklet.gif";
Comments
Comment #1
avpadernoI am closing this bug report, as Drupal 5 is no longer supported. Please re-open it if the issue is still relevant for the Drupal 7 or 8 version of the module.