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:
plegall
2007-04-22 13:11:56 +00:00
parent 6c888182b9
commit 4d7cc8e7f1
3 changed files with 70 additions and 0 deletions
+4
View File
@@ -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 ?
//