RT# 81706 Browser reloads CSS after Freeside upgrade
[freeside.git] / httemplate / elements / header-cust_main.html
index a481881..b743f5a 100644 (file)
@@ -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,
           }
 &>