diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-21 21:38:16 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-21 21:38:16 -0700 |
commit | 02a4ca9e2ea46cb82829dc65e76efc36b0ec470b (patch) | |
tree | 40f6c906186a12a8136ae5b19b1f4b1b3cb7113e /lib | |
parent | b64ac083dd8f30486d1450ca2ad31eafb5d2eb8b (diff) |
got rid of 'skin' concept a while ago
Diffstat (limited to 'lib')
-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 a4da25157..361759d0a 100644 --- a/lib/common.php +++ b/lib/common.php @@ -83,7 +83,6 @@ $config = array('name' => 'Just another Laconica microblog', 'server' => $_server, 'theme' => 'default', - 'skin' => 'default', 'design' => array('backgroundcolor' => '#F0F2F5', 'contentcolor' => '#FFFFFF', |