Elgg  Version master
Variables
login.php File Reference

Go to the source code of this file.

Variables

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

Variable Documentation

$shell = elgg_get_config('walled_garden') ? 'walled_garden' : 'default'

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.

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

Definition at line 12 of file login.php.