Hello guys,
i have spent a few days now looking for the answere but didint find it so i hope someone can help me.
On the index ( main page ) we can see all the albums. When i mouse over the album i see the file name of the tumbnail next to my mouse. I want to remove this.
http://www.dieptebom.com/example.jpg [Edit GauGau] Replaced hotlinked image with attachment [/Edit]
Thank,
Rob
Edit index.php, find$alb_list[$alb_idx]['thumb_pic'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$picture['filename']}\" />";
and replace with$alb_list[$alb_idx]['thumb_pic'] = "<img src=\"" . $pic_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"\" />";
Hi Joachim Müller,
Thanks for your reply, It worked :)