summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-16 19:17:37 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-16 19:17:37 -0700
commitbc1f877f6e84929b7f2722f57858cfad8508fea5 (patch)
tree21189eaaff2e2347a4124eda94db07aa3668c5e2 /lib/common.php
parentab10db9bd10abbc02a44d5d36d68626530d2694e (diff)
Design settings now save and displays backgrounds
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 1381d8047..0e710625c 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -119,6 +119,10 @@ $config =
array('server' => null,
'dir' => INSTALLDIR . '/avatar/',
'path' => $_path . '/avatar/'),
+ 'background' =>
+ array('server' => null,
+ 'dir' => INSTALLDIR . '/background/',
+ 'path' => $_path . '/background/'),
'public' =>
array('localonly' => true,
'blacklist' => array(),