From 2eab6069700787e0e7746bde544352bc21f1cf4a Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 18 Jan 2011 21:12:42 +0000 Subject: - picture page compacts the output html using smarty strip - decrease the default number of tags showable in the menubar git-svn-id: http://piwigo.org/svn/trunk@8757 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 1249113a8..02a595f86 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -601,7 +601,7 @@ $conf['full_tag_cloud_items_number'] = 200; // menubar_tag_cloud_items_number: number of tags to show in the tag // cloud in the menubar. Only the most represented tags will be shown -$conf['menubar_tag_cloud_items_number'] = 100; +$conf['menubar_tag_cloud_items_number'] = 20; // content_tag_cloud_items_number: number of related tags to show in the tag // cloud on the content page, when the current section is not a set of -- cgit v1.2.3