forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: hl90 on December 10, 2008, 02:33:05 pm

Title: How to delete the date under a thumbnail?
Post by: hl90 on December 10, 2008, 02:33:05 pm
Hello, I know this has been posted somewhere before but I couldn't find it anymore. I want to delete the upload date
under the thumbnails. How can I do that?
Title: Re: How to delete the date under a thumbnail?
Post by: Nibbler on December 10, 2008, 02:39:53 pm
Edit include/functions.inc.php, find this code

Code: [Select]
        if (in_array('ctime',$must_have)) {
            $caption .= '<span class="thumb_caption">'.localised_date($row['ctime'], $lastup_date_fmt).'</span>';
        }

and comment it out or remove it completely.