Elgg  Version 1.9
Namespaces | Variables
login_box.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $module = elgg_extract('module', $vars, 'aside')
 
 $login_url = elgg_get_site_url()
 
if(elgg_get_config('https_login')) $title = elgg_extract('title', $vars, elgg_echo('login'))
 
 $body = elgg_view_form('login', array('action' => "{$login_url}action/login"))
 

Variable Documentation

$body = elgg_view_form('login', array('action' => "{$login_url}action/login"))

Definition at line 20 of file login_box.php.

$login_url = elgg_get_site_url()

Definition at line 13 of file login_box.php.

$module = elgg_extract('module', $vars, 'aside')

Definition at line 11 of file login_box.php.

if (elgg_get_config('https_login')) $title = elgg_extract('title', $vars, elgg_echo('login'))

Definition at line 18 of file login_box.php.