diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-18 21:12:42 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-18 21:12:42 +0000 |
commit | 2eab6069700787e0e7746bde544352bc21f1cf4a (patch) | |
tree | ed52a9206edcb930b4333d574f7c4dbb20637ab8 /include | |
parent | 90911d747fd2cc706bfd6ec44a1c5aa4c0455eae (diff) |
- 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
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |