ueberschriften

This commit is contained in:
Martin Müller 2014-04-24 13:20:13 +02:00
parent 18e8e943f5
commit 412b879da5
1 changed files with 1 additions and 1 deletions

View File

@ -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;?>"/>