From 2bfde175414fbe04f89a9088c45efc9e7b6012a3 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Tue, 4 Nov 2003 14:28:45 +0000 Subject: [PATCH] shall all icons if not set --- phpgwapi/templates/idots/navbar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/idots/navbar.inc.php b/phpgwapi/templates/idots/navbar.inc.php index 07e6c18ead..1f36424500 100644 --- a/phpgwapi/templates/idots/navbar.inc.php +++ b/phpgwapi/templates/idots/navbar.inc.php @@ -36,7 +36,7 @@ // == 'icons_and_text') $max_icons=$GLOBALS['phpgw_info']['user']['preferences']['common']['max_icons']; - if(!$max_icons) $max_icons=7; + if(!$max_icons) $max_icons=200; foreach($GLOBALS['phpgw_info']['navbar'] as $app => $app_data) {