Fix bug #41: AGPL link broken
[phorkie.git] / data / config.default.php
index 1374b1b96ec20a04d3b7fbc87275f1433e6a7ed9..009b572353a70e7170918659d4696236307049c3 100644 (file)
@@ -4,7 +4,9 @@ $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',
+    'baseurl'       => '/',
+    'css'           => '',
+    'iconpng'       => '',
     'title'         => 'phorkie',
     'topbar'        => '',
     'setupcheck'    => true,