coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: sbauscia on September 21, 2005, 04:37:44 PM

Title: lasthits:i don't want to see the date in the first page,what can i do?
Post by: sbauscia on September 21, 2005, 04:37:44 PM
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
Title: Re: lasthits:i don't want to see the date in the first page,what can i do?
Post by: Nibbler on September 21, 2005, 04:41:10 PM
You can modify include/functions.inc.php

find:

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

change to:

$caption = '';