X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/6d4142df4e30e1f46cfa5b377bf2db0323e59479..1d8d8c5aebcf4879b93b9b3b7ece006a359aec01:/lib/template/header.php diff --git a/lib/template/header.php b/lib/template/header.php index 2edb4ea..5a365b9 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -3,10 +3,14 @@ header('Vary: Accept'); $content_type = 'text/html; charset=utf-8'; -if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +if (isset ($_SERVER['HTTP_ACCEPT']) && + stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +{ $content_type = 'application/xhtml+xml; charset=utf-8'; +} header('Content-Type: ' . $content_type); +header('x-ua-compatible: ie=edge'); $protocol = (bool)is_ssl() ? 'https' : 'http'; @@ -25,16 +29,28 @@ if (!isset ($cfg['style'])) else $style = $cfg['style']; - +if (isset ($_SERVER['HTTP_ACCEPT']) && + stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +{ +?> + + + +