Fixed template not loading up for apps

This commit is contained in:
jengo 2001-02-10 14:09:35 +00:00
parent 2aa69ef32a
commit 57e2b9408c

View File

@ -298,7 +298,7 @@
/*************************************************************************\ /*************************************************************************\
* These lines load up the templates class * * These lines load up the templates class *
\*************************************************************************/ \*************************************************************************/
$phpgw->template = CreateObject("phpgwapi.Template", PHPGW_TEMPLATE_DIR); $phpgw->template = CreateObject("phpgwapi.Template",$phpgw->common->get_tpl_dir($phpgw_info['flags']['currentapp']));
/*************************************************************************\ /*************************************************************************\
* These lines load up the themes * * These lines load up the themes *