liquid_feedback_frontend
diff app/main/member_image/show.lua @ 1606:dcbe505ddf24
Removed old views, removed Silk icon set, removed emoticons
| author | bsw |
|---|---|
| date | Mon Feb 01 21:25:34 2021 +0100 (2021-02-01) |
| parents | 8874448bbb7a |
| children |
line diff
1.1 --- a/app/main/member_image/show.lua Mon Feb 01 21:02:47 2021 +0100 1.2 +++ b/app/main/member_image/show.lua Mon Feb 01 21:25:34 2021 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 local default_file = "avatar.jpg" 1.5 content_type = "image/jpeg" 1.6 if image_type == "photo" then 1.7 - default_file = "icons/16/lightning.png" 1.8 + default_file = "avatar.jpg" 1.9 content_type = "image/png" 1.10 end 1.11