mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
- 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user