mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-06 22:15:58 +02:00
revert n.gray s rev 28826, as it clutters the topmenu occasionaly
This commit is contained in:
@ -601,15 +601,15 @@ class idots_framework extends egw_framework
|
|||||||
$this->tplsav2->menuitems = array();
|
$this->tplsav2->menuitems = array();
|
||||||
$this->tplsav2->menuinfoitems = array();
|
$this->tplsav2->menuinfoitems = array();
|
||||||
|
|
||||||
if($GLOBALS['egw_info']['user']['apps']['home'] && isset($apps['home']))
|
//if($GLOBALS['egw_info']['user']['apps']['home'] && isset($apps['home']))
|
||||||
{
|
//{
|
||||||
$this->_add_topmenu_item($apps['home']);
|
$this->_add_topmenu_item($apps['home']);
|
||||||
}
|
//}
|
||||||
|
|
||||||
if($GLOBALS['egw_info']['user']['apps']['preferences'])
|
//if($GLOBALS['egw_info']['user']['apps']['preferences'])
|
||||||
{
|
//{
|
||||||
$this->_add_topmenu_item($apps['preferences']);
|
$this->_add_topmenu_item($apps['preferences']);
|
||||||
}
|
//}
|
||||||
|
|
||||||
if($GLOBALS['egw_info']['user']['apps']['manual'] && isset($apps['manual']))
|
if($GLOBALS['egw_info']['user']['apps']['manual'] && isset($apps['manual']))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user