From 339c42f966b73652d7e4655443062bf77c7742e0 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 19 Feb 2009 15:19:28 +0000 Subject: old activity and river removed git-svn-id: https://code.elgg.org/elgg/trunk@2816 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/activity/all.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 mod/activity/all.php (limited to 'mod/activity/all.php') diff --git a/mod/activity/all.php b/mod/activity/all.php deleted file mode 100644 index e4252c2ec..000000000 --- a/mod/activity/all.php +++ /dev/null @@ -1,34 +0,0 @@ - activity_get_activity_opendd($limit, $offset, $type, $subtype))); - }else{ - $activity = activity_get_activity($limit, $offset, $type, $subtype); - $body = elgg_view('activity/dashboard', array('activity' => $activity)); - if (count($activity)) - $body .= elgg_view('activity/offset', array('offset' => $offset)); - } - - page_draw(elgg_echo('activity:all'),elgg_view_layout("two_column_left_sidebar", '', $title . $body)); - -?> \ No newline at end of file -- cgit v1.2.3