summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-14 02:03:50 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-14 02:03:50 -0700
commit946d016df2a5e0af5e1b4b983b30c113dd02b4ea (patch)
tree36933bc1817238b313a479fb97e0b296f136892e /lib/common.php
parentd0eb2058a519941e205f7b0960d9a5e0707207bb (diff)
Reworked output for design settings page
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 5aafdfe0e..a55fb264e 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -72,6 +72,13 @@ $config =
'server' => $_server,
'theme' => 'default',
'skin' => 'default',
+ 'design' =>
+ array('backgroundcolor' => '#F0F2F5',
+ 'contentcolor' => '#FFFFFF',
+ 'sidebarcolor' => '#CEE1E9',
+ 'textcolor' => '#000000',
+ 'linkcolor' => '#002E6E',
+ 'backgroundimage' => null),
'path' => $_path,
'logfile' => null,
'logo' => null,