";
		$html .=   "
" . $this->build_thumb_html($image) . "
";
		$html .=   "" . $this->comments_to_html($comments) . "
";
		$html .= "";
		if($with_postbox) {
			$html .= "".($this->build_postbox($image->id))."
";
		}
		else {
			// $html .= "You need to create an account before you can comment
($h_poster_ip, Del)" : "";
		$h_imagelink = $trim ? ">>>\n" : "";
		return "
			
				
				
				$h_userlink: $h_comment $h_imagelink $h_dellink
				
				
			 ";
	}
}
?>