From: ivan Date: Mon, 14 Jan 2008 00:17:36 +0000 (+0000) Subject: fix tyops X-Git-Tag: TRIXBOX_2_6~103 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=420217ab731352983246a832dfe141288a93a446 fix tyops --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 3ba097028..4e4336a26 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') %>