// HTML template for thumbnails display
if (!isset($template_thumbnail_view)) //{THEMES}
$template_thumbnail_view = <<<EOT
.....
<!-- BEGIN thumb_cell -->
<td class="thumbnails"><a href="{LINK_TGT}">{THUMB}<br>{TITLE}<br /></a></td>
<!-- END thumb_cell -->
.....