aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index/views/default/page/layouts/custom_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/custom_index/views/default/page/layouts/custom_index.php')
-rw-r--r--mod/custom_index/views/default/page/layouts/custom_index.php9
1 files changed, 7 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..4f79754b9 100644
--- a/mod/custom_index/views/default/page/layouts/custom_index.php
+++ b/mod/custom_index/views/default/page/layouts/custom_index.php
@@ -30,6 +30,11 @@ echo elgg_view_module('featured', '', $top_box, $mod_params);
// a view for plugins to extend
echo elgg_view("index/lefthandside");
+// the wire
+if (elgg_is_active_plugin('thewire')) {
+ echo elgg_view_module('thewire', elgg_echo("thewire"), $vars['thewire'], $mod_params);
+}
+
// files
if (elgg_is_active_plugin('file')) {
echo elgg_view_module('featured', elgg_echo("custom:files"), $vars['files'], $mod_params);
@@ -50,8 +55,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')) {