diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-29 22:30:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-29 22:30:36 -0300 |
commit | 6d982fbc447456f6b8c4769ea15d9eaa3799e793 (patch) | |
tree | 0c1d79f6bf944bb37feb6f07b97299bb8650ef41 /mod/custom_index | |
parent | 3fd1f48ef074f3041433dd6158db908a170b427b (diff) | |
download | elgg-6d982fbc447456f6b8c4769ea15d9eaa3799e793.tar.gz elgg-6d982fbc447456f6b8c4769ea15d9eaa3799e793.tar.bz2 |
Commenting out new members (privacy concerns)
Diffstat (limited to 'mod/custom_index')
-rw-r--r-- | mod/custom_index/views/default/page/layouts/custom_index.php | 4 |
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')) { |