X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6977145fa62346b35db60da018e699b7f1967e90..39e0a6893c7f5c31cdbc89633c37525fd62bac46:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index c08d401..09cd58f 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -5,10 +5,12 @@ $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', - '\\phorkie\\Tool_PHPlint', + '\\phorkie\\Tool_Xmllint' => true, + '\\phorkie\\Tool_PHPlint' => true, ); /** * Array of supported file types / languages.