Fix for views_ajax show thumbnail

  1. function theme_views_ajax_page_item($node) {
  2.   $file=next($node->files);
  3. //  return l(theme('image', $file->filepath, NULL, NULL, array('border' => 0)), $path, NULL, NULL, NULL, NULL, TRUE);
  4.   $path = $node->nid;
  5.   return l($file->filepath, 'node/'. $node->nid, NULL, NULL, NULL, NULL, TRUE);
  6. }