From: cash Date: Thu, 27 Jan 2011 04:08:52 +0000 (+0000) Subject: using the new image block rather than deprecated listing view X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=330df93ca8d85c3a6064e231968f8ce61a693286;p=lorea%2Felgg.git 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 --- 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);