X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6c5e3a87419ab5f9a896403bbca2d41c7222e732..03bca6d0304209d14c6bfaae0e1fb4b85057adfd:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index e8c3d80..1b8e39b 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -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,