aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-09 03:17:43 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-09 03:17:43 +0000
commit0181f2cbe5210a0c1ff7798596cf45632996a5c3 (patch)
tree8abc95284c4eefcc04b6318d6d3e4229b4804fad /index.php
parent49e478da9d5540da798a7d497615f0d2903c8e4a (diff)
downloadelgg-0181f2cbe5210a0c1ff7798596cf45632996a5c3.tar.gz
elgg-0181f2cbe5210a0c1ff7798596cf45632996a5c3.tar.bz2
Refs #2506 reorged the login box views - css still needs to be cleaned up
git-svn-id: http://code.elgg.org/elgg/trunk@7271 36083f99-b078-4883-b0ff-0f9b5a30f544
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);
}