forked from extern/egroupware
Fixed template not loading up for apps
This commit is contained in:
parent
2aa69ef32a
commit
57e2b9408c
@ -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 *
|
||||||
|
Loading…
Reference in New Issue
Block a user