ueberschriften
This commit is contained in:
parent
18e8e943f5
commit
412b879da5
|
@ -20,7 +20,7 @@ if($profil['AppUser']['take_systemwide']){
|
|||
$url = $MEDIA.DS.$profil['User']['avatar'];
|
||||
else
|
||||
$url = $MEDIA.DS.$profil['AppUser']['avatar'];
|
||||
if($edit and isset($url))
|
||||
if($edit and !isset($url))
|
||||
$url = 'img/icon_company.png';
|
||||
?>
|
||||
<img src="<?=$url;?>"/>
|
||||
|
|
Loading…
Reference in New Issue