]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
using the new image block rather than deprecated listing view
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 27 Jan 2011 04:08:52 +0000 (04:08 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 27 Jan 2011 04:08:52 +0000 (04:08 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7948 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/annotation/default.php

index 13713e8adc2416e0872fc5cb4d956ccc81b3997a..b7ae2146e955644fbbd4633a9d6e5b1e8d6b022e 100644 (file)
@@ -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);