News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Date under thumbnail

Started by will, June 01, 2006, 07:27:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

will

How do you get rid of the date below the thumbnail on the main coppermine page.

Any help will be great ;D

Nibbler

include/functions.inc.php, locate and comment out


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

will

Thanks nibbler, I have done that but its still showing ???

Joachim Müller


will


Tranz