From f2c274eeba80146dfecd6ddc0e1b28b3c6cb3f9d Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 7 Feb 2009 16:05:17 +0000 Subject: small additions to the activity view git-svn-id: https://code.elgg.org/elgg/trunk@2676 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/activity/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/activity/index.php') diff --git a/mod/activity/index.php b/mod/activity/index.php index b9173976a..583edf555 100644 --- a/mod/activity/index.php +++ b/mod/activity/index.php @@ -26,6 +26,8 @@ $body = elgg_view('activity/dashboard', array('activity' => 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()))); + $body .= elgg_view('activity/offset', array('offset' => $offset, 'add_to_url' => 'own')); + } else $body = elgg_echo('activity:usernotfound'); -- cgit v1.2.3