Small tweak to the default template.
[elgg.git] / _admin / users.php
blob4f9bf25b024da48e99834d8b16f6619291c2ca09
1 <?php
3 // ELGG content flagging admin panel page
5 // Run includes
6 require("../includes.php");
8 // Initialise functions for user details, icon management and profile management
9 run("admin:init");
11 define("context", "admin");
12 templates_page_setup();
14 // You must be logged on to view this!
16 echo templates_page_draw( array(
17 gettext("Manage users"),
18 templates_draw(array(
19 'context' => 'contentholder',
20 'title' => gettext("Manage users"),
21 'body' => run("admin:users")