Small tweak to the default template.
[elgg.git] / _admin / users_add.php
blob6e682c4f5a5011bf3bba9eba496affb05e80b1ae
1 <?php
3 // ELGG bulk user add 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("Add multiple users"),
18 templates_draw(array(
19 'context' => 'contentholder',
20 'title' => gettext("Add multiple users"),
21 'body' => run("admin:users:add")