From: ivan Date: Mon, 14 Jan 2008 00:17:37 +0000 (+0000) Subject: fix tyops X-Git-Tag: freeside_1_7_3rc1~138 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e2d01b958eabc4140bd3d7fd95448fadc0aae7c2;p=freeside.git fix tyops --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 493bea06b..e93524d7b 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -4,7 +4,7 @@ ' onUnload="myclose()"' ) %> -<% include('/elements.error.html') %> +<% include('/elements/error.html') %>
diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index e64928694..d3416a414 100644 --- a/httemplate/edit/svc_www.cgi +++ b/httemplate/edit/svc_www.cgi @@ -1,6 +1,6 @@ <% include('/elements/header.html', "Web Hosting $action") %> -<% include('/elements.error.html') %> +<% include('/elements/error.html') %>