From 7433b07dac28a87a8d22bd0dd5fa78effe333255 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 4 Dec 2010 21:05:54 +0000 Subject: welcome to the new media view - it is being used in the new latest comments module git-svn-id: http://code.elgg.org/elgg/trunk@7530 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/comments/latest.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 views/default/comments/latest.php (limited to 'views/default/comments') diff --git a/views/default/comments/latest.php b/views/default/comments/latest.php new file mode 100644 index 000000000..f8e1af10f --- /dev/null +++ b/views/default/comments/latest.php @@ -0,0 +1,17 @@ +'; + foreach ($vars['comments'] as $comment) { + $html = elgg_view_annotation($comment, false); + if ($html) { + echo "
  • $html
  • "; + } + } + echo ''; +} \ No newline at end of file -- cgit v1.2.3