From a892e6abf95a23219d76971890011646f7efeef4 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 6 Apr 2006 20:28:37 +0000 Subject: 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 --- include/config_default.inc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/config_default.inc.php') 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 ? // -- cgit v1.2.3