From 39e0a6893c7f5c31cdbc89633c37525fd62bac46 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 18 Apr 2012 19:35:17 +0200 Subject: customizable top bar --- data/config.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index 1b8e39b..09cd58f 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -6,6 +6,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'tpl' => __DIR__ . '/templates/', 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', 'title' => 'phorkie', + 'topbar' => '', ); $GLOBALS['phorkie']['tools'] = array( '\\phorkie\\Tool_Xmllint' => true, -- cgit v1.2.3