diff options
Diffstat (limited to 'httemplate/elements/header-cust_main.html')
| -rw-r--r-- | httemplate/elements/header-cust_main.html | 7 |
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'}, } &> |
