<div class="pull-left margin-right-10 avatar hidden-phone">
			<?php 
    echo CJFunctions::get_user_avatar($this->params->get('user_avatar'), $this->item->response->created_by, $this->params->get('user_display_name'), $this->params->get('avatar_size'), $this->item->response->email, array('class' => 'thumbnail tooltip-hover', 'title' => $this->item->response->username), array('class' => 'media-object', 'style' => 'height:' . $this->params->get('avatar_size') . 'px'));
    ?>
		</div>
		<?php 
}
?>

		<div class="form-inline">
			<label><?php 
echo JText::_('LBL_USERNAME');
?>
: </label>
			<?php 
echo $this->item->response->created_by > 0 ? CJFunctions::get_user_profile_link($this->params->get('user_avatar'), $this->item->response->created_by, $this->escape($this->item->response->username)) : $this->escape($this->item->response->username);
?>
		</div>
		<div class="form-inline">
			<label><?php 
echo JText::_('LBL_DATE');
?>
: </label> 
			<?php 
echo $this->escape($this->item->response->created);
?>
		</div>
	</div>
	
	<div class="results-wrapper margin-top-20">
	<?php