change default profile photo to something more interesting than a reddish brown square
This commit is contained in:
parent
92ef36ad61
commit
894278dbcc
9 changed files with 10 additions and 10 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue