diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-11 15:02:30 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-11 15:02:30 -0400 |
commit | 526a09531e183d9f2483cb1d1e2b0593c0f028a1 (patch) | |
tree | 67e422034118f4f229e0bbb2d068e579b1b7501c /lib/common.php | |
parent | f745c55622949ea05218695465374b6d78582b31 (diff) |
change default avatars from config vars to theme files
darcs-hash:20080611190230-84dde-78ff0d6f6c370a33aabc4f0053651b6629f85499.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/common.php b/lib/common.php index 198c8feaf..1077137ea 100644 --- a/lib/common.php +++ b/lib/common.php @@ -49,12 +49,7 @@ $config = 'license' => array('url' => 'http://creativecommons.org/licenses/by/3.0/', 'title' => 'Creative Commons Attribution 3.0', - 'image' => 'http://i.creativecommons.org/l/by/3.0/88x31.png'), - 'avatar' => - array('default' => - array('profile' => 'theme/default/image/default-avatar-profile.png', - 'stream' => 'theme/default/image/default-avatar-stream.png', - 'mini' => 'theme/default/image/default-avatar-mini.png'))); + 'image' => 'http://i.creativecommons.org/l/by/3.0/88x31.png')); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |