- <title><?php echo t('Jirafeau, your web file repository'); ?></title>
- <meta http-equiv="Content-Type" content="<?php echo $content_type; ?>" />
- <link href="<?php echo $web_root . 'media/' . $style . '/style.css.php'; ?>" rel="stylesheet" type="text/css" />
+ <meta charset="utf-8">
+ <title><?php echo (true === empty($cfg['title']))? t('Jirafeau, your web file repository') : $cfg['title']; ?></title>
+ <link href="<?php echo $web_root . 'media/' . $cfg['style'] . '/style.css.php'; ?>" rel="stylesheet" type="text/css" />