diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-16 19:17:37 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-16 19:17:37 -0700 |
commit | bc1f877f6e84929b7f2722f57858cfad8508fea5 (patch) | |
tree | 21189eaaff2e2347a4124eda94db07aa3668c5e2 /lib | |
parent | ab10db9bd10abbc02a44d5d36d68626530d2694e (diff) |
Design settings now save and displays backgrounds
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 4 |
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(), |