--- imagecache.module	2008-12-20 14:02:28.000000000 -0800
+++ imagecache.module	2008-12-20 14:02:28.000000000 -0800
@@ -749,7 +749,7 @@ function theme_imagecache($namespace, $p
 function theme_imagecache_imagelink($namespace, $path, $alt = '', $title = '', $attributes = NULL) {
   $image = theme('imagecache', $namespace, $path, $alt, $title);
   $original_image_url = file_create_url($path);
-  return l($image, $original_image_url, array('absolute' => FALSE, 'html' => TRUE));
+  return l($image, $original_image_url, array('absolute' => FALSE, 'html' => TRUE, 'attributes' => $attributes));
 }
 
 
