diff options
author | Jeffery To <jeffery.to@gmail.com> | 2009-06-14 15:45:58 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2009-06-14 15:45:58 +0800 |
commit | bb3361467c002e38aa3a424672f332b32a647e17 (patch) | |
tree | 233e008fe7ea0962b7a2d26e3f485f4a3e76ec69 /lib/common.php | |
parent | 53f31a247e4355318e8a997451930a1b1772099c (diff) | |
parent | 77c94c44a622052366dcc03fee522232672d71d9 (diff) |
Merge branch '0.8.x' into small-fixes
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 5aafdfe0e..6bf4ad21f 100644 --- a/lib/common.php +++ b/lib/common.php @@ -71,7 +71,6 @@ $config = array('name' => 'Just another Laconica microblog', 'server' => $_server, 'theme' => 'default', - 'skin' => 'default', 'path' => $_path, 'logfile' => null, 'logo' => null, |