updated default profile photo

This commit is contained in:
friendica 2012-03-20 15:44:53 -07:00
parent b8dd62d229
commit 9ee713776e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -109,7 +109,7 @@ function blockem_prepare_body(&$a,&$b) {
function blockem_display_item(&$a,&$b) {
if(strstr($b['output']['body'],'id="blockem-wrap-'))
$b['output']['thumb'] = $a->get_baseurl() . "/images/default-profile-sm.jpg";
$b['output']['thumb'] = $a->get_baseurl() . "/images/person-80.jpg";
}