diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-29 15:57:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-29 15:57:46 -0300 |
commit | 0ab6351abb7a602d96c62b0ad35413c88113a6cf (patch) | |
tree | 6de0c5ea32a70549627f4514d8dd1f0054452554 /mod/custom_index/views/default | |
parent | 731e0f0feff53520cf68f8dbcbd0531303716221 (diff) | |
download | elgg-0ab6351abb7a602d96c62b0ad35413c88113a6cf.tar.gz elgg-0ab6351abb7a602d96c62b0ad35413c88113a6cf.tar.bz2 |
Rollback
Diffstat (limited to 'mod/custom_index/views/default')
-rw-r--r-- | mod/custom_index/views/default/page/layouts/custom_index.php | 7 |
1 files changed, 1 insertions, 6 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 2a05348b3..4f79754b9 100644 --- a/mod/custom_index/views/default/page/layouts/custom_index.php +++ b/mod/custom_index/views/default/page/layouts/custom_index.php @@ -58,12 +58,7 @@ echo elgg_view("index/righthandside"); // members //echo elgg_view_module('featured', elgg_echo("custom:members"), $vars['members'], $mod_params); -// activities -if (elgg_is_active_plugin('activity')) { - echo elgg_view_module('featured', elgg_echo("custom:activities"), $vars['activities'], $mod_params); -} - -// blogs +// groups if (elgg_is_active_plugin('blog')) { echo elgg_view_module('featured', elgg_echo("custom:blogs"), $vars['blogs'], $mod_params); } |