summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc2ee0d)
raw | patch | inline | side by side (parent: bc2ee0d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 Jun 2008 10:21:45 +0000 (10:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 Jun 2008 10:21:45 +0000 (10:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11437 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc | patch | blob | history |
diff --git a/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc b/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc
index be6c24701e31779e2bf74391fdc5e13d9a34dccf..05fb98086e3a1e450f67c27dbf778fdf70e01a5f 100644 (file)
$smarty->assign("quotastr", $quotastr);
/* Load Template */
- $display.=$smarty->fetch(get_template_path('servkolab.tpl', TRUE));
+ $display.=$smarty->fetch(get_template_path('servkolab.tpl', TRUE,dirname(__FILE__)));
return ($display);
}