--- imagecache-insert-image.tpl.php.orig	2009-11-19 13:20:22.000000000 -0700
+++ imagecache-insert-image.tpl.php	2009-11-19 13:20:06.000000000 -0700
@@ -21,4 +21,4 @@
  * - __description__: A description of the image, sometimes used as a caption.
  */
 ?>
-<img src="<?php print $url ?>" alt="__alt__" title="__title__" class="imagecache-<?php print $preset_name ?><?php print $class ? ' ' . $class : '' ?>" />
\ No newline at end of file
+<a href="/<?php print $filepath ?>"<?php print $class ? ' class="' . $class . '"' : '' ?> title="__description__"><img src="<?php print $url ?>" alt="__alt__" title="__title__" class="imagecache-<?php print $preset_name ?><?php print $class ? ' ' . $class : '' ?>" /></a>
\ No newline at end of file
