From: cajus Date: Thu, 17 Jan 2008 13:20:17 +0000 (+0000) Subject: Fixed template loading X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7ee7f4aaa12932a2cee752835aa36826131d4f6a;p=gosa.git Fixed template loading git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8450 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc index cdd9b8d68..e86144bda 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc @@ -363,7 +363,7 @@ class termgeneric extends plugin return($str); } $smarty->assign("netconfig", $str); - return($smarty->fetch (get_template_path('terminal.tpl', TRUE))); + return($smarty->fetch (get_template_path('terminal.tpl', TRUE, dirname(__FILE__)))); } function remove_from_parent()