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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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