X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/6165f1ef9bf8abf6d07caff88f14a36f368832c6..b66edd26d7bb21c50dbfa8a178ebe3ec8b608a85:/lib/template/header.php diff --git a/lib/template/header.php b/lib/template/header.php index f9a4904..264cf34 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -8,15 +8,27 @@ if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) header('Content-Type: ' . $content_type); +/* Avoids irritating errors with the installer (no conf file is present then). */ +if (!isset ($cfg['web_root'])) + $web_root = 'http://' . $_SERVER['HTTP_HOST'] . '/'; +else + $web_root = $cfg['web_root']; + +if (!isset ($cfg['style'])) + $style = 'default'; +else + $style = $cfg['style']; + + ?> - <?php echo _('Jirafeau, your web file repository'); ?> + <?php echo t('Jirafeau, your web file repository'); ?> - + - +
-

+