diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 05:43:13 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 05:43:13 +0000 |
commit | feb06b06a6c4267b52394d6345c31e4fc94d8479 (patch) | |
tree | 19f13b03fcdbbd5c6e74fe7537e496b5644051f4 /views/default/core | |
parent | 5bc52635a81d2448dbbbb8f0b62062229706b4f1 (diff) | |
download | elgg-feb06b06a6c4267b52394d6345c31e4fc94d8479.tar.gz elgg-feb06b06a6c4267b52394d6345c31e4fc94d8479.tar.bz2 |
core/likes/display uses image-block component. ensures that the like icon is even with the "x users liked this" text. Wondering if we should split the two up entirely.
git-svn-id: http://code.elgg.org/elgg/trunk@8528 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/core')
-rw-r--r-- | views/default/core/likes/display.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/default/core/likes/display.php b/views/default/core/likes/display.php index bb6048d61..014796928 100644 --- a/views/default/core/likes/display.php +++ b/views/default/core/likes/display.php @@ -62,5 +62,4 @@ if ($num_of_likes) { $list .= "</div>"; } -echo $likes_button; -echo $list; +echo elgg_view_image_block($likes_button, $list);
\ No newline at end of file |