mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
Updated for new constant
This commit is contained in:
parent
b9620485f9
commit
c9be6f35cf
@ -60,7 +60,7 @@
|
|||||||
{
|
{
|
||||||
if (! $navbarframe && ! $framebody)
|
if (! $navbarframe && ! $framebody)
|
||||||
{
|
{
|
||||||
$tpl = new Template($phpgw_info['server']['template_dir']);
|
$tpl = new Template(PHPGW_TEMPLATE_DIR);
|
||||||
$tpl->set_file(array(
|
$tpl->set_file(array(
|
||||||
'frames' => 'frames.tpl',
|
'frames' => 'frames.tpl',
|
||||||
'frame_body' => 'frames_body.tpl',
|
'frame_body' => 'frames_body.tpl',
|
||||||
|
Loading…
Reference in New Issue
Block a user