customizable top bar
[phorkie.git] / data / config.default.php
index 1b8e39b71218f04dd6de18e7d2f81c1decdb9a93..09cd58f95844d23b2363322834f5f4ff8d865a6d 100644 (file)
@@ -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,