X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=3661c7cf7b1240de475bead083d6fcbfb1bcd170;hb=9a1b3abd5371ad7f6315db1d56f8356587444314;hp=721ba242d258ad3a6cc495054b40a2b170ef3f41;hpb=d1babda7c01b314d35fb89f2d195553b55936532;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 721ba242..3661c7cf 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -85,7 +85,7 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" $theme = user_theme(); - if ($SysPrefs->help_base_url != null && $SysPrefs->SysPrefs->use_popup_windows && $js == '') + if ($SysPrefs->help_base_url != null && $SysPrefs->use_popup_windows && $js == '') { if (!function_exists('get_js_open_window')) { @@ -127,6 +127,8 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" echo "\n"; echo "dir . "' >\n"; echo "$title"; + if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') != -1) // IE 11 doesn't work with input file type in form. + echo "\n"; echo ""; echo " \n"; echo " \n";