mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
shall all icons if not set
This commit is contained in:
parent
5866e4405b
commit
2bfde17541
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user