Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_dhcpNetwork.inc
index fc73234e4123a3acd154493938d125526d03c342..1c3ced0659a0a533cf6a1f35d92b19e046b6fe14 100644 (file)
@@ -136,7 +136,7 @@ class dhcpNetwork extends plugin
       }
     }
 
-    return $smarty->fetch(get_template_path('dhcp_network.tpl', TRUE));
+    return $smarty->fetch(get_template_path('dhcp_network.tpl', TRUE,dirname(__FILE__)));
   }
 
   function remove_from_parent()