Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php if (isset($result->image) && $result->image != '') {
  2. echo '<div style="float: left;margin: 5px 10px;"><img src="'. $this->escape($result->image).'" alt="" /></div>';
  3. } ?>