From fbc1fdd0b7244d2f03164b62eb893223ff930319 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 12 Feb 2011 01:07:33 +0000 Subject: Converted most forms to use elgg_view_form (therefore also moved the views to forms/*). Some views are left that _only_ do elgg_view_form, so I wonder if those should even be kept around. git-svn-id: http://code.elgg.org/elgg/trunk@8127 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/core/account/login_walled_garden.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/default/core/account/login_walled_garden.php') diff --git a/views/default/core/account/login_walled_garden.php b/views/default/core/account/login_walled_garden.php index 0caaa3101..7b298a8c5 100644 --- a/views/default/core/account/login_walled_garden.php +++ b/views/default/core/account/login_walled_garden.php @@ -13,6 +13,7 @@ if (elgg_get_config('https_login')) { ?>

$form_body, 'action' => "{$login_url}action/login")); echo elgg_view('login/extend'); // view for plugins to extend ?> @@ -46,6 +47,7 @@ __HTML;

"action/user/requestnewpassword", 'body' => $lostpassword_form_body -- cgit v1.2.3