12 <div
class=
"comments-widget">
13 <?php $formWidget = $this->widget(
'comments.widgets.CommentsFormWidget',
15 'contentId' => $this->contentId,
16 'allowAnonymous' => $this->allowAnonymous,
17 'requiredForAnonymous' => $this->requiredForAnonymous,
18 'moderatorEmail' => $this->moderatorEmail,
19 'dontNeedApprove' => $this->dontNeedApprove,
20 'notifyModeratorOnNew' => $this->notifyModeratorOnNew,
21 'isPreview' => $this->isPreview
26 <?php $this->widget(
'comments.widgets.CommentsListWidget',
28 'contentId' => $this->contentId,
29 'oneLevelReply' => $this->oneLevelReply,
30 'formWidget' => $formWidget,
31 'isPreview' => $this->isPreview,
32 'commentsPerPage' => $this->commentsPerPage,
33 'paginationPagesCount' => $this->paginationPagesCount