diff options
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/common.php b/lib/common.php index 1c11bd13a..1954dfc2a 100644 --- a/lib/common.php +++ b/lib/common.php @@ -48,9 +48,7 @@ $config = 'title' => 'Creative Commons Attribution 3.0', 'image' => 'http://i.creativecommons.org/l/by/3.0/88x31.png'), 'avatar' => - array('directory' => INSTALLDIR . '/avatar', - 'path' => '/avatar', - 'default' => + 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'))); |