X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/261af8ac3be2c4d9fbdae0f25c036440833d746c..87df37c341f053294cc882616f74bf984b595526:/lib/template/header.php diff --git a/lib/template/header.php b/lib/template/header.php index 2edb4ea..275e3f0 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -25,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'); ?> - +