diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-23 21:26:47 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-23 21:26:47 +0000 |
commit | 2d3e990ed47ee1c7130e1febabe7133884a85c80 (patch) | |
tree | 97f0a6f23dcb4c1e32f68a94838aae8c75109398 /lib/common.php | |
parent | 3cfa2ebb05e131be3a85d9af7a14ed9466b291cb (diff) |
Using default theme design values (it was previously set to identica
theme)
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.php b/lib/common.php index 76eb4a978..8eb464d7d 100644 --- a/lib/common.php +++ b/lib/common.php @@ -95,9 +95,9 @@ $config = 'server' => $_server, 'theme' => 'default', 'design' => - array('backgroundcolor' => '#F0F2F5', + array('backgroundcolor' => '#CEE1E9', 'contentcolor' => '#FFFFFF', - 'sidebarcolor' => '#CEE1E9', + 'sidebarcolor' => '#C8D1D5', 'textcolor' => '#000000', 'linkcolor' => '#002E6E', 'backgroundimage' => null, |