aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/custom_index/views/default/page/layouts/custom_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/custom_index/views/default/page/layouts/custom_index.php b/mod/custom_index/views/default/page/layouts/custom_index.php
index 1267e19b2..85ed39df7 100644
--- a/mod/custom_index/views/default/page/layouts/custom_index.php
+++ b/mod/custom_index/views/default/page/layouts/custom_index.php
@@ -50,8 +50,8 @@ if (elgg_is_active_plugin('groups')) {
// a view for plugins to extend
echo elgg_view("index/righthandside");
-// files
-echo elgg_view_module('featured', elgg_echo("custom:members"), $vars['members'], $mod_params);
+// members
+//echo elgg_view_module('featured', elgg_echo("custom:members"), $vars['members'], $mod_params);
// groups
if (elgg_is_active_plugin('blog')) {