* @copyright Curverider Ltd 2008 * @link http://elgg.com/ * * @uses $vars['comments'] Array of comments */ ?>
'comment')); ?>
" />
". elgg_echo("comments") ."
"; foreach($vars['comments'] as $comment) { echo elgg_view("object/blog-comment",array('entity' => $comment)); } echo "
"; } ?>