aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-15 10:31:09 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-15 10:31:09 +0000
commit3191a07d1e5fbd889886150d326101a38e3a3342 (patch)
tree1a7ea9685bf526fe70271ce9f491e4cd87f02346 /index.php
parentfccc5b915844675041e89cb367623cd9ee6904af (diff)
downloadelgg-3191a07d1e5fbd889886150d326101a38e3a3342.tar.gz
elgg-3191a07d1e5fbd889886150d326101a38e3a3342.tar.bz2
The front page now only shows content and groups.
git-svn-id: https://code.elgg.org/elgg/trunk@1929 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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;