Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/09/2010, 08:46
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Problema con header("Content-type: image/jpeg")

Puedes usar una etiqueta <img> en tu html:
Código PHP:
Ver original
  1. <img src="<?php echo $context['otheruser']['avatar']['image']; ?>" border="0" />

Así no tienes que usar header ni nada.

Saludos.