mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
cosmetic
This commit is contained in:
parent
1dc8dcb19b
commit
65a1ff5488
@ -412,7 +412,7 @@
|
||||
|
||||
$tpldir = PHPGW_SERVER_ROOT . "/" . $appname . "/templates/"
|
||||
. $phpgw_info["server"]["template_set"];
|
||||
$tpldir_default = PHPGW_SERVER_ROOT . "/".$appname . "/templates/default";
|
||||
$tpldir_default = PHPGW_SERVER_ROOT . "/" . $appname . "/templates/default";
|
||||
|
||||
if (is_dir($tpldir)) {
|
||||
return $tpldir;
|
||||
|
Loading…
Reference in New Issue
Block a user