aboutsummaryrefslogtreecommitdiff
path: root/views/default/admin/users/add.php
blob: 4275b27e17a9f084802820cec7bafbfc52eabb36 (plain)
1
2
3
4
5
6
<?php
/**
 * Display an add user form.
 */

echo elgg_view('account/forms/useradd', array('show_admin'=>true));