aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-09 14:05:52 -0800
committerfriendica <info@friendica.com>2013-12-09 14:05:52 -0800
commit75ebf06131e935795b7072acc012c9e37669eade (patch)
treeeeda74b3434fc593eff6dc4600bfd8924915021c /include/network.php
parent31efbe2f466a323609f9ed8d38bb5fb6223e406b (diff)
downloadvolse-hubzilla-75ebf06131e935795b7072acc012c9e37669eade.tar.gz
volse-hubzilla-75ebf06131e935795b7072acc012c9e37669eade.tar.bz2
volse-hubzilla-75ebf06131e935795b7072acc012c9e37669eade.zip
some work on modularising the default profile photo so we can make them site selectable. Also red != friendica so we don't need all these friendica logos taking up space
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php
index dac039230..50f853ca0 100644
--- a/include/network.php
+++ b/include/network.php
@@ -548,7 +548,7 @@ function avatar_img($email) {
call_hooks('avatar_lookup', $avatar);
if(! $avatar['success'])
- $avatar['url'] = $a->get_baseurl() . '/images/person-175.jpg';
+ $avatar['url'] = $a->get_baseurl() . '/images/default_profile_photos/rainbow_man/175.jpg';
logger('Avatar: ' . $avatar['email'] . ' ' . $avatar['url'], LOGGER_DEBUG);
return $avatar['url'];