forked from extern/egroupware
ignore menuOpened as it is always open on idots
This commit is contained in:
parent
60adf9ff47
commit
f42c7be3e0
@ -621,6 +621,7 @@ egw.set_user('.$GLOBALS['egw']->accounts->json($GLOBALS['egw_info']['user']['acc
|
||||
|
||||
foreach($file as $text => $url)
|
||||
{
|
||||
if ($text === 'menuOpened') continue;
|
||||
$this->sidebox_content .= $this->_sidebox_menu_item($url,$text);
|
||||
}
|
||||
$this->sidebox_content .= $this->tpl->parse('out','extra_blocks_footer');
|
||||
|
Loading…
Reference in New Issue
Block a user