remove deprecated ie-compatibility_mode conf
[freeside.git] / httemplate / elements / header-cust_main.html
index ca0b522..859df83 100644 (file)
@@ -12,7 +12,6 @@ Examples:
 <& /elements/header.html, {
              'title' => $title,
              'title_noescape' => $title_noescape,
-             'head'  => $head,
              'nobr'  => 1,
           }
 &>
@@ -87,10 +86,4 @@ $status .= ' (Cancelled)' if $cust_main->is_status_delay_cancel;
 $title_noescape .= ' (<B><FONT COLOR="#'. $cust_main->statuscolor. '">'. $status.  '</FONT></B>)';
 $title .= " ($status)";
 
-my $ie_compat = $conf->config('ie-compatibility_mode');
-my $head = '';
-if ( $ie_compat ) {
-  $head = qq(<meta http-equiv="X-UA-Compatible" content="IE=$ie_compat" />);
-}
-
 </%init>