X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/93d7dffa6e851ee8e2c1c0708c78caff3fa35dd7..9d1f580b9e6168927debdf0a072377532cf5463f:/lib/template/header.php diff --git a/lib/template/header.php b/lib/template/header.php index 8be36c7..93f7e18 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -6,7 +6,7 @@ header('x-ua-compatible: ie=edge'); - <?php echo (true === empty($cfg['title']))? t('JI_WEB_RE') : $cfg['title']; ?> + <?php echo (true === empty($cfg['title'])) ? t('JI_WEB_RE') : $cfg['title']; ?> @@ -17,6 +17,6 @@ header('x-ua-compatible: ie=edge');

- +