From 60f799ab3b8458dcd88d1c5a9dd2f75581fcbbd5 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 18 Feb 2011 18:51:39 +0000 Subject: ie-compatibility_mode config, RT#11659 --- httemplate/view/cust_main.cgi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index e6db0a6c1..671aba72f 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -1,5 +1,6 @@ <% include('/elements/header.html', { 'title' => $title, + 'head' => $head, 'nobr' => 1, }) %> @@ -321,4 +322,10 @@ my %viewname = reverse %views; my $view = $cgi->param('show') || $curuser->default_customer_view; +my $ie_compat = $conf->config('ie-compatibility_mode'); +my $head = ''; +if ( $ie_compat ) { + $head = qq(); +} + -- cgit v1.2.1