X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/8d57bb370f75c11645d4636528b1ab401ed35897..0a4f3d86b718987e4c25896a75df0b96947044b0:/lib/template/header.php?ds=sidebyside diff --git a/lib/template/header.php b/lib/template/header.php index 3c2af83..59d145d 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -5,9 +5,12 @@ $content_type = 'text/html; charset=utf-8'; 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'; @@ -43,11 +46,16 @@ else } ?> - <?php echo t('Jirafeau, your web file repository'); ?> + <?php echo (true === empty($cfg['title']))? t('Jirafeau, your web file repository') : $cfg['title']; ?> +
-

+

+ + + +