mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 02:41:50 +02:00
using APP_TPL constant
This commit is contained in:
parent
11e6899fb6
commit
eda522570e
@ -20,7 +20,7 @@
|
|||||||
. "&filter=$filter"));
|
. "&filter=$filter"));
|
||||||
}
|
}
|
||||||
|
|
||||||
$t = CreateObject('phpgwapi.Template',$phpgw->common->get_tpl_dir('admin'));
|
$t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
|
||||||
$t->set_file(array('form' => 'category_form.tpl'));
|
$t->set_file(array('form' => 'category_form.tpl'));
|
||||||
$t->set_block('form','add','addhandle');
|
$t->set_block('form','add','addhandle');
|
||||||
$t->set_block('form','edit','edithandle');
|
$t->set_block('form','edit','edithandle');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user