This file is indexed.

/usr/share/drupal6/modules/imagefield_assist/theme/imagefield-assist-browser-thumbnail.tpl.php is in drupal6-mod-imagefield-assist 1.0~beta3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
// $Id: imagefield-assist-browser-thumbnail.tpl.php,v 1.1.2.1 2009/07/04 15:40:33 lourenzo Exp $

/**
 * @file
 * This template outputs individual thumbnails in ImageField 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>