{ $this->post['message'] = preg_replace("/<img.+?\>/i" , "<img $1 />", $this->post['message']); }
if ($show['guest']) { $this->post['message'] = preg_replace("/<img.+?\>/i" , "<img $1 />", $this->post['message']); }