aboutsummaryrefslogtreecommitdiff
path: root/mod/walledgarden/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/walledgarden/start.php')
-rw-r--r--mod/walledgarden/start.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/mod/walledgarden/start.php b/mod/walledgarden/start.php
index df0982d3c..c64ca8b5b 100644
--- a/mod/walledgarden/start.php
+++ b/mod/walledgarden/start.php
@@ -18,18 +18,8 @@
// elgg_set_viewtype('default');
elgg_extend_view('pageshells/pageshell', 'walledgarden/walledgarden');
-
elgg_extend_view('css','walledgarden/css');
- // Replace the default index page if the custom index plugin does not exist
- if(!is_plugin_enabled("custom_index"))
- register_plugin_hook('index','system','walledgarden_index');
- // um...what is this doing here?
- // Turn off simple cache if enabled
- //if (function_exists('elgg_view_disable_simplecache')) {
- // elgg_view_disable_simplecache();
- //}
-
register_plugin_hook('new_twitter_user', 'twitter_service', 'walledgarden_new_twitter_user');
}