mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
framework->isTop($consider_navbar_not_yet_called_as_true=true): true if we are rendering the top-level EGroupware window
This commit is contained in:
@@ -177,6 +177,16 @@ abstract class egw_framework
|
||||
*/
|
||||
abstract function navbar();
|
||||
|
||||
/**
|
||||
* Return true if we are rendering the top-level EGroupware window
|
||||
*
|
||||
* A top-level EGroupware window has a navbar: eg. no popup and for a framed template (jdots) only frameset itself
|
||||
*
|
||||
* @return boolean $consider_navbar_not_yet_called_as_true=true
|
||||
* @return boolean
|
||||
*/
|
||||
abstract function isTop($consider_navbar_not_yet_called_as_true=true);
|
||||
|
||||
/**
|
||||
* Returns the content of one sidebox
|
||||
*
|
||||
|
Reference in New Issue
Block a user