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.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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