aboutsummaryrefslogtreecommitdiff
path: root/mod/tabbed_profile/views/default/profile/listing.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-20 00:30:29 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-20 00:30:29 +0000
commit14a131e73eca92bb216ffad468a18c4a28ee35c2 (patch)
treee4e58b60f3c8f1705552f7142b13d498df2c4c17 /mod/tabbed_profile/views/default/profile/listing.php
parent3d3b7572a25ca7cfd582d1d432646944e522aee3 (diff)
downloadelgg-14a131e73eca92bb216ffad468a18c4a28ee35c2.tar.gz
elgg-14a131e73eca92bb216ffad468a18c4a28ee35c2.tar.bz2
added the core river to the tabbed profile plugin and fixed some deprecated function warnings
git-svn-id: http://code.elgg.org/elgg/trunk@7697 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/tabbed_profile/views/default/profile/listing.php')
-rw-r--r--mod/tabbed_profile/views/default/profile/listing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tabbed_profile/views/default/profile/listing.php b/mod/tabbed_profile/views/default/profile/listing.php
index 0622264b8..489b1d50e 100644
--- a/mod/tabbed_profile/views/default/profile/listing.php
+++ b/mod/tabbed_profile/views/default/profile/listing.php
@@ -46,4 +46,4 @@ if (!$banned) {
$info .= "</p>";
}
-echo elgg_view_listing($icon, $info);
+echo elgg_view_image_block($icon, $info);