<?php$this->pageTitle = 'Добавление комментария';echo $this->renderPartial('_form', array('comment' => $comment, 'id' => $id));