in the first page of the gallery i have last hits category but i don t want to see the caption under the photos with date and time,what i have to do?thanks
You can modify include/functions.inc.php
find:
$caption = "<span class=\"thumb_caption\">".localised_date($row['mtime'], $lasthit_date_fmt).'</span>';
change to:
$caption = '';