From 289c44141d7d6aabd924f6543c1a49df5b3444c4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 May 2008 07:57:27 -0400 Subject: default avatar darcs-hash:20080521115727-84dde-73b58873e08c936139bd63cffab0c30883c9f8a5.gz --- lib/common.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/common.php') 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'); -- cgit v1.2.3-54-g00ecf