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
|
@ -684,7 +684,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
|
|||
|
||||
if(! x($vcard,'photo')) {
|
||||
$a = get_app();
|
||||
$vcard['photo'] = $a->get_baseurl() . '/images/default-profile.jpg' ;
|
||||
$vcard['photo'] = $a->get_baseurl() . '/images/person-175.jpg' ;
|
||||
}
|
||||
|
||||
if(! $profile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue