Team,
in thumbnail page, is there any way to show only file name rather thumbnail image.. ie thumbnail view through file name not image..
Thanks in Advance!!!
Open include/functions.inc.php, find
$thumb_list[$i]['image'] = '<img src="' . $pic_url . '" class="image" ' . $image_size['geom'] . ' border="0" alt="' . $row['filename'] . '" title="' . $pic_title . '" />';
and replace with
$thumb_list[$i]['image'] = $row['filename'];