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 @@ - - 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 @@ + + 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', ),