From 5dc5524fcc274eb6a15b87337819b7387ac210f0 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 8 Sep 2008 10:22:24 +0000 Subject: [PATCH] add header to default config git-svn-id: http://www.observium.org/svn/observer/trunk@250 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 1 + 1 file changed, 1 insertion(+) diff --git a/config.php.default b/config.php.default index d3eec8671..8f24a9306 100755 --- a/config.php.default +++ b/config.php.default @@ -58,6 +58,7 @@ $config['stylesheet'] = "css/styles.css"; $config['mono_font'] = $config['install_dir'] . "/fonts/DejaVuSansMono.ttf"; $mono_font = $config['mono_font']; $config['favicon'] = "favicon.ico"; +$config['header_color'] = "#1F334E"; $config['page_refresh'] = "30"; ## Refresh the page every xx seconds