X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/ac13b92b26d4fa871749fa22be8d8f41f5b9641d..fd1347eaf268604e0999a7cfa4b8e3b127a25244:/lib/template/header.php diff --git a/lib/template/header.php b/lib/template/header.php index 71b8857..93f7e18 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -6,7 +6,8 @@ header('x-ua-compatible: ie=edge'); <html> <head> <meta charset="utf-8"> - <title><?php echo (true === empty($cfg['title']))? t('JI_WEB_RE') : $cfg['title']; ?></title> + <title><?php echo (true === empty($cfg['title'])) ? t('JI_WEB_RE') : $cfg['title']; ?></title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link id="shortcut_icon" rel="shortcut icon" href="<?php echo 'media/' . $cfg['style'] . '/favicon.ico'; ?>"> <link id="stylesheet" rel="stylesheet" href="<?php echo 'media/' . $cfg['style'] . '/style.css.php'; ?>" type="text/css" /> </head> @@ -16,6 +17,6 @@ header('x-ua-compatible: ie=edge'); <div id="content"> <h1> <a href="./"> - <?php echo (true === empty($cfg['title']))? t('JI_WEB_RE') : $cfg['title']; ?> + <?php echo (true === empty($cfg['title'])) ? t('JI_WEB_RE') : $cfg['title']; ?> </a> </h1>