diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-18 06:02:54 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-18 06:02:54 -0400 |
commit | c442b400b985cb9e30bf036007bcffc96807d5a3 (patch) | |
tree | aebb66931d6f15336df8bfcf05202b37ee4aff43 /lib/common.php | |
parent | 65b4cfbb54f5b44820dd02bb9c3c2ca98dbbd321 (diff) | |
parent | 87f54c1136fa4ddc476baad0adeaf1b4e7097cc5 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index bbd9f78c3..eb8a2b873 100644 --- a/lib/common.php +++ b/lib/common.php @@ -71,6 +71,15 @@ $config = array('name' => 'Just another Laconica microblog', 'server' => $_server, 'theme' => 'default', + 'skin' => 'default', + 'design' => + array('backgroundcolor' => '#F0F2F5', + 'contentcolor' => '#FFFFFF', + 'sidebarcolor' => '#CEE1E9', + 'textcolor' => '#000000', + 'linkcolor' => '#002E6E', + 'backgroundimage' => null, + 'disposition' => 1), 'path' => $_path, 'logfile' => null, 'logo' => null, @@ -111,6 +120,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(), |