X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/7cc025552b3ac61cd3889ebb8103aab364be8a3a..5e7a8bf3186efe29c487b8a32107ee8f24152a38:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 1374b1b..a589924 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -4,7 +4,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'gitdir' => __DIR__ . '/../repos/git/', 'workdir' => __DIR__ . '/../repos/work/', 'tpl' => __DIR__ . '/templates/', - 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', + 'css' => '', 'title' => 'phorkie', 'topbar' => '', 'setupcheck' => true,