From 330df93ca8d85c3a6064e231968f8ce61a693286 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 27 Jan 2011 04:08:52 +0000 Subject: using the new image block rather than deprecated listing view git-svn-id: http://code.elgg.org/elgg/trunk@7948 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/annotation') diff --git a/views/default/annotation/default.php b/views/default/annotation/default.php index 13713e8ad..b7ae2146e 100644 --- a/views/default/annotation/default.php +++ b/views/default/annotation/default.php @@ -8,4 +8,4 @@ $icon = elgg_view("profile/icon", array('entity' => $owner, 'size' => 'tiny')); $info = elgg_view("output/longtext", array("value" => $vars['annotation']->value)); -echo elgg_view_listing($icon, $info); +echo elgg_view_image_block($icon, $info); -- cgit v1.2.3