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:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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