$this->thread['title'] = ucfirst($this->thread['title']); $this->post['title'] = ucfirst($this->post['title']);
if ($this->existing['postid'] == $this->info['thread']['firstpostid']) { $this->post['title'] = ucfirst($this->post['title']); }
$this->thread['title'] = ucfirst($this->thread['title']);