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