diff options
Diffstat (limited to 'httemplate/elements/header-cust_main.html')
-rw-r--r-- | httemplate/elements/header-cust_main.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html index c094f950f..f29f32567 100644 --- a/httemplate/elements/header-cust_main.html +++ b/httemplate/elements/header-cust_main.html @@ -10,12 +10,12 @@ Examples: </%doc> <& /elements/header.html, { - 'title' => $title, - 'title_noescape' => $title_noescape, - #'nobr' => 1, - 'etc' => $opt{'etc'}, - } -&> + 'title' => $title, + 'title_noescape' => $title_noescape, + #'nobr' => 1, + 'etc' => $opt{'etc'}, + include_selectize => $opt{include_selectize} ? 1 : 0, +} &> % my @part_tag = $cust_main->part_tag; % if ( $conf->config('cust_tag-location') eq 'top' && @part_tag ) { |