mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:27 +01:00
remove topmenu code from framework again
This commit is contained in:
parent
0315d30672
commit
4e26206909
@ -1094,10 +1094,6 @@
|
||||
|
||||
if (!$GLOBALS['egw_info']['flags']['nonavbar'])
|
||||
{
|
||||
if($GLOBALS['egw_info']['user']['preferences']['common']['show_top_menu'] == 'yes')
|
||||
{
|
||||
echo $GLOBALS['egw']->framework->topmenu();
|
||||
}
|
||||
echo $GLOBALS['egw']->framework->navbar();
|
||||
}
|
||||
}
|
||||
|
@ -81,10 +81,6 @@ class egw_framework
|
||||
|
||||
if (!isset($GLOBALS['egw_info']['flags']['nonavbar']) || !$GLOBALS['egw_info']['flags']['nonavbar'])
|
||||
{
|
||||
if($GLOBALS['egw_info']['user']['preferences']['common']['show_top_menu'] == 'yes')
|
||||
{
|
||||
echo $this->topmenu();
|
||||
}
|
||||
echo $this->navbar();
|
||||
}
|
||||
echo $content;
|
||||
@ -102,14 +98,6 @@ class egw_framework
|
||||
die('virtual, need to be reimplemented in the template!!!');
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the html for the top menu
|
||||
*
|
||||
* @return string with html
|
||||
*/
|
||||
function topmenu()
|
||||
{}
|
||||
|
||||
/**
|
||||
* Returns the html from the body-tag til the main application area (incl. opening div tag)
|
||||
*
|
||||
@ -714,3 +702,5 @@ if (!function_exists('display_sidebox'))
|
||||
$GLOBALS['egw']->framework->sidebox($appname,$menu_title,$file);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user