public function executeComment()
 {
     parent::executeComment();
     $this->title_prefix = $this->getHighestSummitName();
     $this->setPageTitle($this->title_prefix . $this->__(' :') . ' ' . $this->document_name . ' :: ' . $this->__('Comments'));
 }