From 9bb7b4c8afddc734adfd2717d766d1711cf8127c Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 4 Dec 2010 13:07:09 +0000 Subject: blog sidebar html updates finished - uses modules! git-svn-id: http://code.elgg.org/elgg/trunk@7526 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/latest_comments.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'views/default/annotation/latest_comments.php') diff --git a/views/default/annotation/latest_comments.php b/views/default/annotation/latest_comments.php index a43ec4fee..d603a3830 100644 --- a/views/default/annotation/latest_comments.php +++ b/views/default/annotation/latest_comments.php @@ -1,12 +1,12 @@ " . elgg_echo('generic_comments:latest') . ""; - foreach($vars['comments'] as $comment){ + //echo "

" . elgg_echo('generic_comments:latest') . "

"; + foreach ($vars['comments'] as $comment) { //grab the entity the comment is on $entity = get_entity($comment->entity_guid); //comment owner -- cgit v1.2.3