mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 02:19:39 +01:00
Now using PHPGW_APP_TPL
This commit is contained in:
parent
323d44f8e9
commit
97aa6fa6bc
@ -160,7 +160,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$p = CreateObject('phpgwapi.Template',$phpgw->common->get_tpl_dir('admin'));
|
$p = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
|
||||||
$p->set_file(array('form' => 'group_form.tpl'));
|
$p->set_file(array('form' => 'group_form.tpl'));
|
||||||
|
|
||||||
if ($error)
|
if ($error)
|
||||||
|
Loading…
Reference in New Issue
Block a user