aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-04-06 20:28:37 +0000
committerplegall <plg@piwigo.org>2006-04-06 20:28:37 +0000
commita892e6abf95a23219d76971890011646f7efeef4 (patch)
treeedb73db7a0655fad888ae8464de5525c1c4c91ef /include/config_default.inc.php
parentd700a5917233fb8049589a9e0aef3d94e87fb320 (diff)
modification: "subcatify" becomes optionnal. Enabled by default, easy to
revert to previous display. git-svn-id: http://piwigo.org/svn/trunk@1132 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 655b13d76..ee55461bf 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -168,6 +168,10 @@ $conf['show_thumbnail_caption'] = true;
// name ?
$conf['show_picture_name_on_title'] = true;
+// subcatify: display thumbnails representing a category a different way
+// than thumbnails representing a picture.
+$conf['subcatify'] = true;
+
// allow_random_representative : do you wish PhpWebGallery to search among
// categories elements a new representative at each reload ?
//