Elgg  Version master
Variables
login.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_get_session()->has('last_forward_from') ? elgg_echo('login:continue') : elgg_echo('login')
 Assembles and outputs a login page. More...
 

Variable Documentation

◆ $title

$title = elgg_get_session()->has('last_forward_from') ? elgg_echo('login:continue') : elgg_echo('login')

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.