aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2007-04-22 13:11:56 +0000
committerplegall <plg@piwigo.org>2007-04-22 13:11:56 +0000
commit4d7cc8e7f176c28fa603ba93094948f635582078 (patch)
treee9a077270c41130440bb89c37c5c9263bcba9a37 /include/config_default.inc.php
parent6c888182b977beed4374bfa0dab644281ecc2aaf (diff)
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
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index cc949f7b2..0ac388e33 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -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 ?
//