From 526a09531e183d9f2483cb1d1e2b0593c0f028a1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 11 Jun 2008 15:02:30 -0400 Subject: change default avatars from config vars to theme files darcs-hash:20080611190230-84dde-78ff0d6f6c370a33aabc4f0053651b6629f85499.gz --- lib/util.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index bbc411d81..5c55fcda9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -456,9 +456,7 @@ function common_default_avatar($size) { static $sizenames = array(AVATAR_PROFILE_SIZE => 'profile', AVATAR_STREAM_SIZE => 'stream', AVATAR_MINI_SIZE => 'mini'); - global $config; - - return common_path($config['avatar']['default'][$sizenames[$size]]); + return theme_path('default-avatar-'.$sizenames[$size].'.png'); } function common_local_url($action, $args=NULL) { -- cgit v1.2.3-54-g00ecf