summaryrefslogtreecommitdiff
path: root/httemplate/elements/header-cust_main.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-08 01:47:22 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-08 01:47:22 -0800
commit435f0dc9c5b8a4c703ecd52e34f54779d2a22b62 (patch)
treee8d234bd7cfdbe638a94862d77d81a8e7f745855 /httemplate/elements/header-cust_main.html
parent801fc8102568cf06bcd727b8de376c19473e54a1 (diff)
4.x style one-time charge
Diffstat (limited to 'httemplate/elements/header-cust_main.html')
-rw-r--r--httemplate/elements/header-cust_main.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html
index 91d90c26d..a481881c5 100644
--- a/httemplate/elements/header-cust_main.html
+++ b/httemplate/elements/header-cust_main.html
@@ -10,10 +10,11 @@ Examples:
</%doc>
<& /elements/header.html, {
- 'title' => $title,
+ 'title' => $title,
'title_noescape' => $title_noescape,
- 'head' => $head,
- 'nobr' => 1,
+ 'head' => $head,
+ 'nobr' => 1,
+ 'etc' => $opt{'etc'},
}
&>