'; foreach ($vars['comments'] as $comment) { $html = elgg_view_annotation($comment, false); if ($html) { echo "
  • $html
  • "; } } echo ''; }