forked from extern/egroupware
Ensure inclusion of header from the top-level directory
This commit is contained in:
parent
497602b4de
commit
4c68b78768
@ -18,7 +18,7 @@
|
|||||||
'disable_Template_class' => True,
|
'disable_Template_class' => True,
|
||||||
'currentapp' => 'notifywindow'
|
'currentapp' => 'notifywindow'
|
||||||
);
|
);
|
||||||
include('header.inc.php');
|
include('./header.inc.php');
|
||||||
$charSet = $GLOBALS['egw']->translation->charset();
|
$charSet = $GLOBALS['egw']->translation->charset();
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
'currentapp' => 'home'
|
'currentapp' => 'home'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
include('header.inc.php');
|
include('./header.inc.php');
|
||||||
|
|
||||||
@reset($GLOBALS['egw_info']['user']['preferences']);
|
@reset($GLOBALS['egw_info']['user']['preferences']);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user