You know how sometimes, when you hover over a thumbnail, it shows the name of the file? How do I stop it from doing so?
I just tried in the thumbnails.php file, there didnt seem to be anything, unless im missing something?
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\"/>";
replace with
$thumb_list[$i]['image'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$row['filename']}\"/>";