From: Christian Weiske Date: Wed, 18 Apr 2012 17:35:17 +0000 (+0200) Subject: customizable top bar X-Git-Tag: v0.1.0~6 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/39e0a6893c7f5c31cdbc89633c37525fd62bac46 customizable top bar --- 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, diff --git a/data/templates/base.htm b/data/templates/base.htm index 6dfb15a..867481c 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -9,6 +9,7 @@ + {{topbar|raw}}