summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-21 07:57:27 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-21 07:57:27 -0400
commit289c44141d7d6aabd924f6543c1a49df5b3444c4 (patch)
tree91a43c31509537dd6009b8c683b5ba5a21befab2 /lib/common.php
parent396027cde825ea4d73eb2c852c39b5bf7e79aed8 (diff)
default avatar
darcs-hash:20080521115727-84dde-73b58873e08c936139bd63cffab0c30883c9f8a5.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php6
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');