<?php defined( 'KOOWA' ) or die( 'Restricted access' ) ?> <div id="an-se-comments"> <?php foreach(@$comments as $comment) : ?> <?= @uikit('comment')->setComment($comment) ?> <?php endforeach; ?> </div>