Elgg  Version 1.9
Namespaces | Variables
register.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $password = $password2 = ''
 
 $username = get_input('u')
 
 $email = get_input('e')
 
 $name = get_input('n')
 
 if (elgg_is_sticky_form('register'))
 

Variable Documentation

$email = get_input('e')

Definition at line 11 of file register.php.

$name = get_input('n')

Definition at line 12 of file register.php.

$password = $password2 = ''

Definition at line 9 of file register.php.

$username = get_input('u')

Definition at line 10 of file register.php.

if(elgg_is_sticky_form('register'))

Definition at line 14 of file register.php.