mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Feature 660 added: creation date of tthe category images can be displayed
next to category title in subcatify mode. The feature was implemented in a very simple way that must be improved in display, performance and recursivity. git-svn-id: http://piwigo.org/svn/trunk@1970 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -234,6 +234,10 @@ $conf['show_picture_name_on_title'] = true;
|
||||
// than thumbnails representing a picture.
|
||||
$conf['subcatify'] = true;
|
||||
|
||||
// display_fromto: in subcatify mode, display the date creation bounds of a
|
||||
// category.
|
||||
$conf['display_fromto'] = false;
|
||||
|
||||
// allow_random_representative : do you wish PhpWebGallery to search among
|
||||
// categories elements a new representative at each reload ?
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user