diff options
author | cash <cash.costello@gmail.com> | 2011-10-30 19:09:28 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-30 19:09:28 -0400 |
commit | d53556f07f33b843152ff2393aecc6c955f36e97 (patch) | |
tree | bf1d82889cf0c4d46faf98d59e53f534da317f7e /engine | |
parent | 29e9a542b6f9c9e7d4bc50c6341f5874126fc7d5 (diff) | |
download | elgg-d53556f07f33b843152ff2393aecc6c955f36e97.tar.gz elgg-d53556f07f33b843152ff2393aecc6c955f36e97.tar.bz2 |
added back support for registration and forgotten passwords to walled garden index
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/elgglib.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index 95e71e227..a6f5fbc6f 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -1990,6 +1990,8 @@ function elgg_is_valid_options_for_batch_operation($options, $type) { function elgg_walled_garden_index() { elgg_register_css('elgg.walled_garden', '/css/walled_garden.css'); elgg_load_css('elgg.walled_garden'); + elgg_register_js('elgg.walled_garden', '/js/walled_garden.js'); + elgg_load_js('elgg.walled_garden'); $body = elgg_view('core/walled_garden/body'); |