diff options
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 66de209d6..a9fef15f3 100644 --- a/lib/common.php +++ b/lib/common.php @@ -45,7 +45,11 @@ $config = 'image' => 'http://i.creativecommons.org/l/by/3.0/88x31.png'), 'avatar' => array('directory' => INSTALLDIR . '/avatar', - 'path' => '/avatar') + 'path' => '/avatar', + 'default' => + array('profile' => INSTALLDIR .'theme/default/image/default-avatar-profile.png', + 'stream' => INSTALLDIR .'theme/default/image/default-avatar-stream.png', + 'mini' => INSTALLDIR .'theme/default/image/default-avatar-mini.png')) ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |