From f33fdc91b2a5cb4ce0681df52b37ca5781660503 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 4 Apr 2006 00:35:12 +0000 Subject: 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 ...) 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 --- 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 57a4520c3..72363d85d 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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 | -- cgit v1.2.3