X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/2b10abd17f88ba23817bf28840a0f44da74bf362..1ed002b703c25eb4c68fab84f3bd70b649d65803:/lib/template/header.php diff --git a/lib/template/header.php b/lib/template/header.php index 5a365b9..59d145d 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -46,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']; ?> +
-

+

+ + + +