### Eclipse Workspace Patch 1.0
#P fast_gallery
Index: fast_gallery.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/fast_gallery/fast_gallery.module,v
retrieving revision 1.66.2.16
diff -u -r1.66.2.16 fast_gallery.module
--- fast_gallery.module	31 May 2010 17:04:32 -0000	1.66.2.16
+++ fast_gallery.module	31 May 2010 19:16:48 -0000
@@ -284,7 +284,8 @@
     $image_path = imagecache_create_url(variable_get('fast_gallery_ic_full', ''),  $image_path);
   }
   
-  return l($image->renderHtml(), $image_path, array('html' => TRUE, 'attributes' => array('rel' => $lightbox_type . '[fast_gallery]', 'title' => $image->getIptc(variable_get('fg_iptc_settings_title', '<none>')))));
+  //return l($image->renderHtml(), $image_path, array('html' => TRUE, 'attributes' => array('rel' => $lightbox_type . '[fast_gallery]', 'title' => $image->getIptc(variable_get('fg_iptc_settings_title', '<none>')))));
+  return '<a class="test" href="' . $image_path . '" rel="' . $lightbox_type . '[fast_gallery]" title="' . $image->getIptc(variable_get('fg_iptc_settings_title', '<none>')) . '">' . $image->renderHtml() . '</a>';
 }
 
 /**
