From e7a6658abfd1f8e20ebc91ce3022eef8376b3e2e Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 21 Jan 2009 10:39:35 +0000 Subject: Added Activity stream back in git-svn-id: https://code.elgg.org/elgg/trunk@2589 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/activity/index.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 mod/activity/index.php (limited to 'mod/activity/index.php') diff --git a/mod/activity/index.php b/mod/activity/index.php new file mode 100644 index 000000000..e71609576 --- /dev/null +++ b/mod/activity/index.php @@ -0,0 +1,35 @@ + activity_get_activity_opendd($limit, $offset, $type, $subtype, page_owner()))); + else + $body = elgg_view('activity/dashboard', array('activity' => activity_get_activity($limit, $offset, $type, $subtype, page_owner()))); + } + else + $body = elgg_echo('activity:usernotfound'); + + page_draw(elgg_echo('activity:your'),elgg_view_layout("two_column_left_sidebar", '', $title . $body)); + +?> \ No newline at end of file -- cgit v1.2.3