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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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 = '';