]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
No longer using fullview for listing registered entities on front page.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 30 Oct 2009 16:54:55 +0000 (16:54 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 30 Oct 2009 16:54:55 +0000 (16:54 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3609 36083f99-b078-4883-b0ff-0f9b5a30f544

index.php

index 18ca84d562b54754c971ee069f829484d5894bce..b6df6b3c1a7e67c1baa5a6677a35145824640bc0 100644 (file)
--- a/index.php
+++ b/index.php
@@ -27,10 +27,10 @@ if (!trigger_plugin_hook('index','system',null,false)) {
        global $CONFIG;
        $title = elgg_view_title(elgg_echo('content:latest'));
        set_context('search');
-       $content = list_registered_entities(0,10,true,false,array('object','group'));
+       $content = list_registered_entities(0,10,false,false,array('object','group'));
        set_context('main');
        global $autofeed;
        $autofeed = false;
        $content = elgg_view_layout('two_column_left_sidebar', '', $title . $content, elgg_view("account/forms/login"));
        page_draw(null, $content);
-}
\ No newline at end of file
+}