now using PHPGW_APP_TPL

This commit is contained in:
Miles Lott 2001-05-11 13:54:01 +00:00
parent 926df4bd40
commit b0b26bc450
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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'