This commit is contained in:
skeeter 2001-02-08 04:06:15 +00:00
parent 1dc8dcb19b
commit 65a1ff5488

View File

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