diff options
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'}, } &> |