From 731e0f0feff53520cf68f8dbcbd0531303716221 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 29 Sep 2013 15:46:54 -0300 Subject: Adding latest activities into custom index --- mod/custom_index/views/default/page/layouts/custom_index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 4f79754b9..2a05348b3 100644 --- a/mod/custom_index/views/default/page/layouts/custom_index.php +++ b/mod/custom_index/views/default/page/layouts/custom_index.php @@ -58,7 +58,12 @@ echo elgg_view("index/righthandside"); // members //echo elgg_view_module('featured', elgg_echo("custom:members"), $vars['members'], $mod_params); -// groups +// activities +if (elgg_is_active_plugin('activity')) { + echo elgg_view_module('featured', elgg_echo("custom:activities"), $vars['activities'], $mod_params); +} + +// blogs if (elgg_is_active_plugin('blog')) { echo elgg_view_module('featured', elgg_echo("custom:blogs"), $vars['blogs'], $mod_params); } -- cgit v1.2.3