aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-05 18:32:28 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-05 18:32:28 +0000
commitae9b0c0e1b2f65c82b531a4f72c99fd01243f306 (patch)
treee0a64b9ad8c7135346d72f42eefc212ea32dc2b4 /include/identity.php
parentfe9de8e834eb4dac144e710528375afa3c4475b3 (diff)
downloadvolse-hubzilla-ae9b0c0e1b2f65c82b531a4f72c99fd01243f306.tar.gz
volse-hubzilla-ae9b0c0e1b2f65c82b531a4f72c99fd01243f306.tar.bz2
volse-hubzilla-ae9b0c0e1b2f65c82b531a4f72c99fd01243f306.zip
Changed default avatars to PNG as agreed with Mike here: https://redmatrix.nl/channel/jeroenpraat/?f=&mid=83603d8f0876c040efafce87755fcd252dbe8da4a75d82fdb230519e3c8dcb72@redmatrix.nl. Added a few new. You can set it like this: util/config system default_profile_photo red_avatar
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index fc07bd4e4..fafb97bbb 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -1369,7 +1369,7 @@ function get_default_profile_photo($size = 175) {
$scheme = get_config('system','default_profile_photo');
if(! $scheme)
$scheme = 'rainbow_man';
- return 'images/default_profile_photos/' . $scheme . '/' . $size . '.jpg';
+ return 'images/default_profile_photos/' . $scheme . '/' . $size . '.png';
}