From cbc74d984665a8bc0de18e0fa7c2fe270e9b7476 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 14 Dec 2010 23:09:41 +0000 Subject: moved account views into core views - account forms are next git-svn-id: http://code.elgg.org/elgg/trunk@7622 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/account/login_box.php | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 views/default/account/login_box.php (limited to 'views/default/account/login_box.php') diff --git a/views/default/account/login_box.php b/views/default/account/login_box.php deleted file mode 100644 index eb37d7554..000000000 --- a/views/default/account/login_box.php +++ /dev/null @@ -1,25 +0,0 @@ -https_login)) && ($CONFIG->https_login)) { - $login_url = str_replace("http:", "https:", $login_url); -} -?> - -
-

- $form_body, 'action' => "{$login_url}action/login")); - ?> -
- -- cgit v1.2.3