customizable top bar
[phorkie.git] / data / config.default.php
index e8c3d80b8ecf6267614ade68e9677d3abf0a186e..09cd58f95844d23b2363322834f5f4ff8d865a6d 100644 (file)
@@ -5,6 +5,8 @@ $GLOBALS['phorkie']['cfg'] = array(
     'workdir' => __DIR__ . '/../repos/work/',
     'tpl'     => __DIR__ . '/templates/',
     'css'     => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
+    'title'   => 'phorkie',
+    'topbar'  => '',
 );
 $GLOBALS['phorkie']['tools'] = array(
     '\\phorkie\\Tool_Xmllint' => true,