Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_dhcpAdvanced.inc
index 4e2cae5daabea7f2734529d6352551b71705780a..43f5831528a88f96b3a9ca1905cf4a2238d3e4bc 100644 (file)
@@ -93,7 +93,7 @@ class dhcpAdvanced extends plugin
 
     /* Show main page */
     $smarty->assign("show_advanced", $this->show_advanced);
-    return ($smarty->fetch (get_template_path('dhcp_advanced.tpl', TRUE)));
+    return ($smarty->fetch (get_template_path('dhcp_advanced.tpl', TRUE,dirname(__FILE__))));
   }
 
   function remove_from_parent()