Elgg  Version master
Variables
index.php File Reference

Go to the source code of this file.

Variables

if(elgg_is_logged_in()) elseif(elgg_get_config('allow_registration')) else
 
 $content = elgg_view_form('login', ['ajax' => true])
 

Variable Documentation

$content = elgg_view_form('login', ['ajax' => true])

Definition at line 18 of file index.php.

if (elgg_is_logged_in()) elseif (elgg_get_config('allow_registration')) else
Initial value:
{
$title = elgg_echo('login')
$title
Definition: generic.php:50
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Definition at line 16 of file index.php.