aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 5b8d621c7..1feb7d1e5 100644
--- a/index.php
+++ b/index.php
@@ -50,8 +50,8 @@ if (!trigger_plugin_hook('index', 'system', null, FALSE)) {
$autofeed = FALSE;
// if drop-down login in header option not selected
- $login_form = elgg_view('account/forms/login');
+ $login_box = elgg_view('account/login_box');
- $content = elgg_view_layout('one_column_with_sidebar', $title . $activity, $login_form);
+ $content = elgg_view_layout('one_column_with_sidebar', $title . $activity, $login_box);
echo elgg_view_page(null, $content);
}