summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/header-cust_main.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html
index d0dc1db57..b743f5acf 100644
--- a/httemplate/elements/header-cust_main.html
+++ b/httemplate/elements/header-cust_main.html
@@ -10,11 +10,12 @@ Examples:
</%doc>
<& /elements/header.html, {
- 'title' => $title,
- 'title_noescape' => $title_noescape,
- 'head' => $head,
- #'nobr' => 1,
- 'etc' => $opt{'etc'},
+ 'title' => $title,
+ 'title_noescape' => $title_noescape,
+ 'head' => $head,
+ 'etc' => $opt{'etc'},
+ 'include_selectize' => $opt{include_selectize} ? 1 : 0,
+ #'nobr' => 1,
}
&>