aboutsummaryrefslogtreecommitdiff
path: root/views/default/widgets/new_users/content.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/widgets/new_users/content.php')
-rw-r--r--views/default/widgets/new_users/content.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/views/default/widgets/new_users/content.php b/views/default/widgets/new_users/content.php
new file mode 100644
index 000000000..cfa7d8bda
--- /dev/null
+++ b/views/default/widgets/new_users/content.php
@@ -0,0 +1,7 @@
+<?php
+
+echo elgg_list_entities(array(
+ 'type' => 'user',
+ 'subtype'=> null,
+ 'full_view' => FALSE
+)); \ No newline at end of file