aboutsummaryrefslogtreecommitdiff
path: root/views/default/widgets/new_users/content.php
blob: 207a67a9d28f56809b1a88557675ffef97a5c65f (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * New users admin widget
 */

echo elgg_list_entities(array(
	'type' => 'user',
	'subtype'=> null,
	'full_view' => FALSE
));