summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-04-09 23:41:01 +0000
committerivan <ivan>2006-04-09 23:41:01 +0000
commit7bdf17a005cf4c0fe8b6b6ad1ce97abaa52a4510 (patch)
treef0450821a9f8a80e53a4120ba29278492a97830f /httemplate/view/cust_main.cgi
parent36197f0e2889826ddb9a64790150c7c232ba1afb (diff)
a few more fixups for our favorite include(...) from Scott Edwards
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 082a93bb7..58f2925d5 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -12,7 +12,8 @@ foreach my $part_svc ( qsearch('part_svc',{}) ) {
%>
-<%= include("/elements/header.html","Customer View", menubar(
+<%= include("/elements/header.html","Customer View",
+ include("/elements/menubar.html",
'Main Menu' => $p,
)) %>