diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-10-06 22:27:42 -0400 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-10-24 14:59:25 +0200 |
| commit | 47e61fcb72b04899c46117af35130a7689d17192 (patch) | |
| tree | cc137d3295560950afb019d65b85ef0290443343 /data/config.default.php | |
| parent | e0cf2cf8d2612155bf5752f5978cdff8785a790a (diff) | |
| download | phorkie-47e61fcb72b04899c46117af35130a7689d17192.tar.gz phorkie-47e61fcb72b04899c46117af35130a7689d17192.zip | |
Integrate local copy of Bootstrap and Font-Awesome
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
