diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:47:14 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:47:14 -0800 |
commit | 24a7dd6d18a1413ec34b906274365e4b2fef28e8 (patch) | |
tree | 276de6825de6537120110fb2778a46e2d45d239a /httemplate/elements/header-cust_main.html | |
parent | c80c0c11bce165716c08e04eea3a587fc7a58210 (diff) |
4.x style one-time charge
Diffstat (limited to 'httemplate/elements/header-cust_main.html')
-rw-r--r-- | httemplate/elements/header-cust_main.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html index 0c5eb87b0..c1123c321 100644 --- a/httemplate/elements/header-cust_main.html +++ b/httemplate/elements/header-cust_main.html @@ -10,9 +10,10 @@ Examples: </%doc> <& /elements/header.html, { - 'title' => $title, + 'title' => $title, 'title_noescape' => $title_noescape, - 'nobr' => 1, + 'nobr' => 1, + 'etc' => $opt{'etc'}, } &> |