aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/user/index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/user/index.php b/admin/user/index.php
index c1201f652..d7426afdb 100644
--- a/admin/user/index.php
+++ b/admin/user/index.php
@@ -16,6 +16,14 @@
// Make sure only valid admin users can see this
admin_gatekeeper();
+
+
+ // Display user browser
+
+ // if search, perform search
+
+
+ // extend user view with ban etc
// Display main admin menu
page_draw(elgg_echo("admin:user"),elgg_view("admin/user"));