mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
fix: sql query erros when: no items for the selected tag, search returns
no result, caddie is empty fix: tag cloud was showing least used tags fix: strip html tags from head/title element on the page (tag index page title contained <a>...) improvement: added 5 tag levels in css for "ready to use" tags fix: corrected png icon calendar_created.png for IE fix: english language for nbm git-svn-id: http://piwigo.org/svn/trunk@1120 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -448,7 +448,7 @@ $conf['full_tag_cloud_items_number'] = 200;
|
||||
|
||||
// tags_levels: number of levels to use for display. Each level is bind to a
|
||||
// CSS class tagLevelX.
|
||||
$conf['tags_levels'] = 10;
|
||||
$conf['tags_levels'] = 5;
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Notification by mail |
|
||||
|
||||
Reference in New Issue
Block a user