1
1
Fork 0

change default profile photo to something more interesting than a reddish brown square

This commit is contained in:
friendica 2012-03-20 15:41:06 -07:00
commit 894278dbcc
9 changed files with 10 additions and 10 deletions

View file

@ -655,7 +655,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
if(count($r))
$photo = $r[0]['photo'];
else
$photo = $a->get_baseurl() . '/images/default-profile.jpg';
$photo = $a->get_baseurl() . '/images/person-175.jpg';
require_once("Photo.php");