26 $this->renderPartial(
'CommentsWidget', array(
'contentId' => $contentId,
'allowAnonymous' => strtolower($allowAnonymous) ===
'true'));
39 $this->renderPartial(
'CommentsFormWidget', array(
'contentId' => $contentId,
'allowAnonymous' => strtolower($allowAnonymous) ===
'true'));
51 $this->renderPartial(
'CommentsListWidget', array(
'contentId' => $contentId));