mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
disable help until content is reworked
This commit is contained in:
parent
ba8bfa1b6a
commit
d28315dc9f
@ -1316,11 +1316,11 @@ if ($app == 'home') continue;
|
|||||||
egw::link('/index.php?menuaction=preferences.preferences_password.change').'", "_blank", "400x200")',
|
egw::link('/index.php?menuaction=preferences.preferences_password.change').'", "_blank", "400x200")',
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
/* disable help until content is reworked
|
||||||
if($GLOBALS['egw_info']['user']['apps']['manual'] && isset($apps['manual']))
|
if($GLOBALS['egw_info']['user']['apps']['manual'] && isset($apps['manual']))
|
||||||
{
|
{
|
||||||
$this->_add_topmenu_item(array_merge($apps['manual'],array('title' => lang('Help'))));
|
$this->_add_topmenu_item(array_merge($apps['manual'],array('title' => lang('Help'))));
|
||||||
}
|
}*/
|
||||||
|
|
||||||
$GLOBALS['egw']->hooks->process('topmenu_info',array(),true);
|
$GLOBALS['egw']->hooks->process('topmenu_info',array(),true);
|
||||||
// Add extra items added by hooks
|
// Add extra items added by hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user