aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-16 21:52:49 +0000
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-16 21:52:49 +0000
commite6bf977c85f9df266a8a1c188d2076b969eaffda (patch)
tree49a97678333929ea055dfe1c25e452a7abeda877 /mod
parentaad6d0fa305c25ac710cfdc8d990a1fa072fba90 (diff)
downloadelgg-e6bf977c85f9df266a8a1c188d2076b969eaffda.tar.gz
elgg-e6bf977c85f9df266a8a1c188d2076b969eaffda.tar.bz2
Removed attempt to hook into system index page from Walled Garden.
This is unnecessary at best, and conflicts entirely when custom login Site Pages are used. git-svn-id: http://code.elgg.org/elgg/trunk@5788 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-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');
}