summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-07 22:09:26 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-07 22:09:26 -0800
commit2549ea6e716605e930d5784e1c46c1ee163f1453 (patch)
treea56d39d7c6736304e79569ec1ff7d6284f70b0d2 /httemplate/elements
parent06c85c354d546ca68320c8c2a4fb3dbc34750e0a (diff)
remove deprecated ie-compatibility_mode conf
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/header-cust_main.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html
index ca0b52252..859df837c 100644
--- a/httemplate/elements/header-cust_main.html
+++ b/httemplate/elements/header-cust_main.html
@@ -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>