upload Image
This commit is contained in:
parent
b59886c2cf
commit
19b27a9669
|
@ -17,9 +17,9 @@ if($profil['AppUser']['take_systemwide']){
|
|||
<div class="box">
|
||||
<img src="<?php
|
||||
if($profil['AppUser']['take_systemwide']){
|
||||
echo $MEDIA_URL.$profil['User']['avatar'];
|
||||
echo $MEDIA.DS.$profil['User']['avatar'];
|
||||
}else{
|
||||
echo $MEDIA_URL.$profil['AppUser']['avatar'];
|
||||
echo $MEDIA.DS.$profil['AppUser']['avatar'];
|
||||
}
|
||||
?>"/>
|
||||
<?php if($edit):?>
|
||||
|
|
Loading…
Reference in New Issue