aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/profile/widgets.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-26 12:30:18 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-26 12:30:18 +0000
commit12da36e25bc1bab6b3235117399f265b7514c4f1 (patch)
treef5dfa342bc9ae4dce29fc8938ac16fc0865a5021 /mod/groups/views/default/groups/profile/widgets.php
parent12826e2cd95c2b6e3dfdd637a2529ea25ef3f310 (diff)
downloadelgg-12da36e25bc1bab6b3235117399f265b7514c4f1.tar.gz
elgg-12da36e25bc1bab6b3235117399f265b7514c4f1.tar.bz2
adding activity module to groups
git-svn-id: http://code.elgg.org/elgg/trunk@7941 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views/default/groups/profile/widgets.php')
-rw-r--r--mod/groups/views/default/groups/profile/widgets.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/mod/groups/views/default/groups/profile/widgets.php b/mod/groups/views/default/groups/profile/widgets.php
index 3e28c0091..b72932ab3 100644
--- a/mod/groups/views/default/groups/profile/widgets.php
+++ b/mod/groups/views/default/groups/profile/widgets.php
@@ -7,11 +7,6 @@
// tools widget area
echo "<div id='group_tools_latest' class='clearfix'>";
-
- // activity latest
- echo "<div class='group_tool_widget activity clearfix'>";
- echo elgg_view("groups/profile/activity_widget", array('entity' => $vars['entity']));
- echo "</div>";
// enable tools to extend this area
echo elgg_view("groups/tool_latest", array('entity' => $vars['entity']));