aboutsummaryrefslogtreecommitdiff
path: root/mod/file/start.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-30 18:56:58 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-30 18:56:58 +0000
commit193fc7fd52fbb6df2417749d693447066c5baf12 (patch)
tree3ba94ea91744b56992d330e20b52e0c909811f2a /mod/file/start.php
parent8bf0f9eeffdc7accc2dd4b5113399f5054b31204 (diff)
downloadelgg-193fc7fd52fbb6df2417749d693447066c5baf12.tar.gz
elgg-193fc7fd52fbb6df2417749d693447066c5baf12.tar.bz2
Added the beginnings of a new method for displaying the latest content from each tool on a groups profile page.
git-svn-id: http://code.elgg.org/elgg/trunk@5554 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/start.php')
-rw-r--r--mod/file/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/start.php b/mod/file/start.php
index e3b5497e6..1345dec44 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -37,7 +37,7 @@
elgg_extend_view('css', 'file/css');
// extend group main page
- elgg_extend_view('groups/left_column','file/groupprofile_files');
+ elgg_extend_view('groups/tool_latest','file/groupprofile_files');
// Register a page handler, so we can have nice URLs
register_page_handler('file','file_page_handler');