Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$friend_guid = (int) get_input('friend_guid', 0) | |
Assembles and outputs the registration page. More... | |
$invitecode = get_input('invitecode') | |
$form_params | |
$body_params | |
$content = elgg_view_form('register', $form_params, $body_params) | |
$shell = elgg_get_config('walled_garden') ? 'walled_garden' : 'default' | |
$body_params |
Definition at line 25 of file register.php.
$content = elgg_view_form('register', $form_params, $body_params) |
Definition at line 29 of file register.php.
$form_params |
Definition at line 15 of file register.php.
$friend_guid = (int) get_input('friend_guid', 0) |
Assembles and outputs the registration page.
Since 1.8, registration can be disabled via administration. If this is the case, calls to this page will forward to the network front page.
If the user is logged in, this page will forward to the network front page.
Definition at line 12 of file register.php.
$invitecode = get_input('invitecode') |
Definition at line 13 of file register.php.
$shell = elgg_get_config('walled_garden') ? 'walled_garden' : 'default' |
Definition at line 33 of file register.php.