mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
- bug correction : when coming from picture.php on a picture of category.php
page superior to the first, the right page was displayed (the one including the element) but the navigation bar was always saying we were on the first page - distinguish CSS classes span.dateSelected and span.pageNumberSelected git-svn-id: http://piwigo.org/svn/trunk@514 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -89,6 +89,6 @@ $conf['show_exif_fields'] = array('Make',
|
||||
// for PHP version newer than 4.1.2 :
|
||||
// $conf['show_exif_fields'] = array('CameraMake','CameraModel','DateTime');
|
||||
|
||||
$conf['calendar_datefield'] = 'date_creation';
|
||||
$conf['calendar_datefield'] = 'date_available';
|
||||
$conf['rate'] = true;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user