From f22b65ccceb95ae55619f34f04bb9955ff07574e Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 25 Feb 2011 20:00:37 +0000 Subject: Converted all uses of profile/icon in core + plugins to elgg_view_entity_icon git-svn-id: http://code.elgg.org/elgg/trunk@8471 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/generic_comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/annotation/generic_comment.php') diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php index c55c04c78..04efc6388 100644 --- a/views/default/annotation/generic_comment.php +++ b/views/default/annotation/generic_comment.php @@ -26,7 +26,7 @@ if (!$entity || !$commenter) { $friendlytime = elgg_view_friendly_time($comment->time_created); -$commenter_icon = elgg_view("profile/icon", array('entity' => $commenter, 'size' => 'tiny')); +$commenter_icon = elgg_view_entity_icon($commenter, 'tiny'); $commenter_link = "getURL()}\">$commenter->name"; $entity_title = $entity->title ? $entity->title : elgg_echo('untitled'); -- cgit v1.2.3