Go to the source code of this file.
Initial value: 'sidebar' => false,
])
$title
Assembles and outputs a login page.
elgg_view_layout($layout_name, $vars=[])
Displays a layout with optional parameters.
Definition at line 16 of file login.php.
$content = elgg_view('core/account/login_box', ['title' => false]) |
Assembles and outputs a login page.
This page serves as a fallback for non-JS users who click on the login drop down link.
If the user is logged in, this page will forward to the front page.
Definition at line 11 of file login.php.