mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +02:00
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)
|
foreach($file as $text => $url)
|
||||||
{
|
{
|
||||||
|
if ($text === 'menuOpened') continue;
|
||||||
$this->sidebox_content .= $this->_sidebox_menu_item($url,$text);
|
$this->sidebox_content .= $this->_sidebox_menu_item($url,$text);
|
||||||
}
|
}
|
||||||
$this->sidebox_content .= $this->tpl->parse('out','extra_blocks_footer');
|
$this->sidebox_content .= $this->tpl->parse('out','extra_blocks_footer');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user