From 47dfb7e30ac65307593ef8b3df25cc91be494757 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 30 Aug 2013 00:54:24 -0300 Subject: Adding the wire into custom_index --- mod/custom_index/views/default/page/layouts/custom_index.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mod/custom_index/views/default') 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 85ed39df7..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); -- cgit v1.2.3