X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/6165f1ef9bf8abf6d07caff88f14a36f368832c6..ef377224ff62ab7068390672b36e7f475200fcfe:/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']; + + ?>
-