use twitter bootstrap for layouting
[phorkie.git] / data / config.default.php
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ab5c4747dddd207449cb125e83d8d693dd6cdc18 100644 (file)
@@ -0,0 +1,7 @@
+<?php
+$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