diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-27 04:08:52 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-27 04:08:52 +0000 |
commit | 330df93ca8d85c3a6064e231968f8ce61a693286 (patch) | |
tree | 0cb7af1866adbde5329271ff5f4b6497510ff8ff | |
parent | 52aa1de0e8b98c6a4f630ad1b74a85c93b7e5a1c (diff) | |
download | elgg-330df93ca8d85c3a6064e231968f8ce61a693286.tar.gz elgg-330df93ca8d85c3a6064e231968f8ce61a693286.tar.bz2 |
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
-rw-r--r-- | views/default/annotation/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |