diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-03-27 21:44:13 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-03-27 21:44:13 +0200 |
| commit | 271df87bc8c768167889902c455d3c7dfc0f155b (patch) | |
| tree | c1ee1c68f35d8ee769c2611619bb7f4217c2e2d6 /data/config.default.php | |
| parent | 907069eb20e289851641b0383e9e13a91008bc33 (diff) | |
| download | phorkie-271df87bc8c768167889902c455d3c7dfc0f155b.tar.gz phorkie-271df87bc8c768167889902c455d3c7dfc0f155b.zip | |
use twitter bootstrap for layouting
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index ec68622..ab5c474 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -2,5 +2,6 @@ $GLOBALS['phorkie']['cfg'] = array( 'repos' => __DIR__ . '/../repos/', 'tpl' => __DIR__ . '/templates/', + 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', ); ?>
\ No newline at end of file |
