<?php$this->pageTitle = 'Ответить';echo $this->renderPartial('_form', array( 'comment' => $comment, 'id' => $respondedComment->id_post, 'respondedComment' => $respondedComment ));