diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-09 03:17:43 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-09 03:17:43 +0000 |
commit | 0181f2cbe5210a0c1ff7798596cf45632996a5c3 (patch) | |
tree | 8abc95284c4eefcc04b6318d6d3e4229b4804fad /index.php | |
parent | 49e478da9d5540da798a7d497615f0d2903c8e4a (diff) | |
download | elgg-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |