From 3191a07d1e5fbd889886150d326101a38e3a3342 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 15 Aug 2008 10:31:09 +0000 Subject: The front page now only shows content and groups. git-svn-id: https://code.elgg.org/elgg/trunk@1929 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index c9d966b2f..9ccf21b03 100644 --- a/index.php +++ b/index.php @@ -29,7 +29,7 @@ global $CONFIG; $title = elgg_view_title(elgg_echo('content:latest')); set_context('search'); - $content = list_registered_entities(); + $content = list_registered_entities(0,10,true,false,array('object','group')); set_context('main'); global $autofeed; $autofeed = false; -- cgit v1.2.3