aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-05 16:09:47 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-05 16:09:47 +0000
commite8427e2979647eeb121f411bc9789a1e9ad30aa8 (patch)
treeaccd558144a58abeb4392486a97e1b8414e9334f /mod
parent722aa0d38cccabcfd33ffbd63b4dc9173e4afd23 (diff)
downloadelgg-e8427e2979647eeb121f411bc9789a1e9ad30aa8.tar.gz
elgg-e8427e2979647eeb121f411bc9789a1e9ad30aa8.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* git-svn-id: https://code.elgg.org/elgg/trunk@809 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/profile/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/index.php b/mod/profile/index.php
index e346740af..35c1e41a6 100644
--- a/mod/profile/index.php
+++ b/mod/profile/index.php
@@ -28,6 +28,8 @@
$title = elgg_echo("profile");
}
+
+ $body.= elgg_view("river/shell", array('river' => get_river_entries()));
page_draw($title, $body);