mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Work on image for "no photo" with better resolution
This commit is contained in:
@@ -5197,7 +5197,7 @@ class Form
|
||||
}
|
||||
else
|
||||
{
|
||||
$nophoto='/public/theme/common/nophoto.jpg';
|
||||
$nophoto='/public/theme/common/nophoto.png';
|
||||
if (in_array($modulepart,array('userphoto','contact'))) // For module thar are "physical" users
|
||||
{
|
||||
$nophoto='/public/theme/common/user_anonymous.png';
|
||||
|
||||
Reference in New Issue
Block a user