X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/d36beb5721c5a2fbda02c947e6953a490fa6aac6..ae8de09d6ab7998ef857b0bfd1b2406c83783b99:/lib/template/header.php?ds=sidebyside diff --git a/lib/template/header.php b/lib/template/header.php index 91f857e..275e3f0 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -3,6 +3,9 @@ header('Vary: Accept'); $content_type = 'text/html; charset=utf-8'; +if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) + $content_type = 'application/xhtml+xml; charset=utf-8'; + header('Content-Type: ' . $content_type); $protocol = (bool)is_ssl() ? 'https' : 'http'; @@ -22,16 +25,27 @@ if (!isset ($cfg['style'])) else $style = $cfg['style']; - +if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +{ +?> + + + + <?php echo t('Jirafeau, your web file repository'); ?> - +