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'];
|
$url = $MEDIA.DS.$profil['User']['avatar'];
|
||||||
else
|
else
|
||||||
$url = $MEDIA.DS.$profil['AppUser']['avatar'];
|
$url = $MEDIA.DS.$profil['AppUser']['avatar'];
|
||||||
if($edit and isset($url))
|
if($edit and !isset($url))
|
||||||
$url = 'img/icon_company.png';
|
$url = 'img/icon_company.png';
|
||||||
?>
|
?>
|
||||||
<img src="<?=$url;?>"/>
|
<img src="<?=$url;?>"/>
|
||||||
|
|
Loading…
Reference in New Issue