News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

lasthits:i don't want to see the date in the first page,what can i do?

Started by sbauscia, September 21, 2005, 04:37:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sbauscia

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

Nibbler

You can modify include/functions.inc.php

find:

$caption = "<span class=\"thumb_caption\">".localised_date($row['mtime'], $lasthit_date_fmt).'</span>';

change to:

$caption = '';