Index: img-assist-browser-thumbnail.tpl.php
===================================================================
RCS file: img-assist-browser-thumbnail.tpl.php
diff -N img-assist-browser-thumbnail.tpl.php
--- img-assist-browser-thumbnail.tpl.php	18 Jul 2008 22:54:36 -0000	1.1.2.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,26 +0,0 @@
-<?php
-// $Id: img-assist-browser-thumbnail.tpl.php,v 1.1.2.1 2008/07/18 22:54:36 sun Exp $
-
-/**
- * @file
- * This template outputs individual thumbnails in Image assist's image browser.
- * 
- * Available variables:
- *   view object $view
- *   array $options
- *   stdClass object $row
- *   string $zebra
- *   int $id
- *   string $directory
- *   boolean $is_admin
- *   boolean $is_front
- *   boolean $logged_in
- *   boolean $db_is_active
- *   stdClass object $user
- * 
- *   string $thumbnail
- *   string $path
- *   string $title
- */
-?>
-<a href="<?php print $path; ?>" title="<?php print $title; ?>"><?php print $thumbnail; ?></a>
Index: includes/img-assist-browser-thumbnail.tpl.php
===================================================================
RCS file: includes/img-assist-browser-thumbnail.tpl.php
diff -N includes/img-assist-browser-thumbnail.tpl.php
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ includes/img-assist-browser-thumbnail.tpl.php	15 Sep 2008 19:06:50 -0000
@@ -0,0 +1,26 @@
+<?php
+// $Id: img-assist-browser-thumbnail.tpl.php,v 1.1.2.1 2008/07/18 22:54:36 sun Exp $
+
+/**
+ * @file
+ * This template outputs individual thumbnails in Image assist's image browser.
+ * 
+ * Available variables:
+ *   object $view
+ *   array $options
+ *   object $row
+ *   string $zebra
+ *   int $id
+ *   string $directory
+ *   bool $is_admin
+ *   bool $is_front
+ *   bool $logged_in
+ *   bool $db_is_active
+ *   object $user
+ * 
+ *   string $thumbnail
+ *   string $path
+ *   string $title
+ */
+?>
+<a href="<?php print $path; ?>" title="<?php print $title; ?>"><?php print $thumbnail; ?></a>
Index: includes/img_assist.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/includes/img_assist.views.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 img_assist.views.inc
--- includes/img_assist.views.inc	12 Sep 2008 21:10:55 -0000	1.1.2.1
+++ includes/img_assist.views.inc	15 Sep 2008 19:05:40 -0000
@@ -18,9 +18,9 @@ function img_assist_views_plugins() {
     'row' => array(
       'img_assist_thumbnail' => array(
         'title' => t('Image Assist thumbnail'),
-        // 'help' => t(''),
         'handler' => 'views_plugin_row',
         'theme' => 'img_assist_browser_thumbnail',
+        'theme path' => drupal_get_path('module', 'img_assist') .'/includes',
         'uses options' => FALSE,
         'type' => 'normal',
       ),
