X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/75c98902b1f1be9a4cd1429886c3089c568e532b..e80740cc188a4e858ad747dce30c5640f1a42916:/lib/template/header.php diff --git a/lib/template/header.php b/lib/template/header.php index fa7fb8f..55b3379 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('Jirafeau, your web file repository') : $cfg['title']; ?> + <?php echo (true === empty($cfg['title']))? t('JI_WEB_RE') : $cfg['title']; ?> @@ -15,6 +15,6 @@ header('x-ua-compatible: ie=edge');

- +