diff options
Diffstat (limited to 'mod/custom_index/index.php')
-rw-r--r-- | mod/custom_index/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/custom_index/index.php b/mod/custom_index/index.php index 94a1a16c6..e39e6ef29 100644 --- a/mod/custom_index/index.php +++ b/mod/custom_index/index.php @@ -60,4 +60,8 @@ $params = array( ); $body = elgg_view_layout('custom_index', $params); +// no RSS feed with a "widget" front page +global $autofeed; +$autofeed = FALSE; + echo elgg_view_page('', $body); |