Elgg  Version 2.3
Variables
add.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_echo('adduser')
 Display an add user form. More...
 
 $body = elgg_view_form('useradd', array(), array('show_admin' => true))
 

Variable Documentation

$body = elgg_view_form('useradd', array(), array('show_admin' => true))

Definition at line 7 of file add.php.

$title = elgg_echo('adduser')

Display an add user form.

Definition at line 6 of file add.php.