Index: voting_actions_ui.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/voting_actions/Attic/voting_actions_ui.inc,v
retrieving revision 1.1.2.6
diff -u -p -r1.1.2.6 voting_actions_ui.inc
--- voting_actions_ui.inc	20 Apr 2007 19:46:32 -0000	1.1.2.6
+++ voting_actions_ui.inc	29 Apr 2007 04:30:03 -0000
@@ -591,9 +591,9 @@ function voting_actions_elements() {
 }
 
 function theme_imagebutton($element) {
-  return '<input type="image" class="form-'. $element['#button_type'] .'" name="'. $element['#name'] .'" id="'. $element['#id'] .'" value="'. check_plain($element['#default_value']) .'" '. drupal_attributes($element['#attributes']) . ' src="/' . $element['#image'] . '" alt="' . $element['#title'] . '" title="' . $element['#title'] . "\" />\n";
+  return '<input type="image" class="form-'. $element['#button_type'] .'" name="'. $element['#name'] .'" id="'. $element['#id'] .'" value="'. check_plain($element['#default_value']) .'" '. drupal_attributes($element['#attributes']) . ' src="' . url($element['#image']) . '" alt="' . $element['#title'] . '" title="' . $element['#title'] . "\" />\n";
 }
 
 function imagebutton_value() {
   // Do-nothing function ensures default value doesn't migrate to #value
-}
\ No newline at end of file
+}
