<?php
if (empty($this->thumb->data)) {
} else {
header("Content-Type:image/jpeg");
print base64_decode($this->thumb->data);
}
?>