Have u checked that logo extension got coorectly for example logo.png. If you echo any values using single code, for example
Code:
<? echo '<img src="admin/fotos/logo.".$ext.""> ?> then you must add ". ." in variables.
Comment