forked from extern/egroupware
now using PHPGW_APP_TPL
This commit is contained in:
parent
926df4bd40
commit
b0b26bc450
@ -18,7 +18,7 @@
|
||||
|
||||
include('../header.inc.php');
|
||||
|
||||
$t = CreateObject('phpgwapi.Template',$phpgw->common->get_tpl_dir('admin'));
|
||||
$t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
|
||||
|
||||
$t->set_file(array(
|
||||
'cat_list_t' => 'listcats.tpl',
|
||||
|
@ -24,7 +24,7 @@
|
||||
}
|
||||
include('../header.inc.php');
|
||||
|
||||
$p = CreateObject('phpgwapi.Template',$phpgw->common->get_tpl_dir('admin'));
|
||||
$p = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
|
||||
$p->set_file(array(
|
||||
'body' => 'delete_common.tpl',
|
||||
'message_row' => 'message_row.tpl'
|
||||
|
Loading…
Reference in New Issue
Block a user