Code

Fixed template loading
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Jan 2008 13:20:17 +0000 (13:20 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Jan 2008 13:20:17 +0000 (13:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8450 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc

index cdd9b8d685dcab0233915f91c9d88393e23977d0..e86144bda8637ea4e9e1080616ca5f47720d0cae 100644 (file)
@@ -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()