Skip to content
Snippets Groups Projects
Commit 898bcdbf authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

test of a browse prospective students list

parent 5d6e16a6
No related branches found
No related tags found
No related merge requests found
<?php
// Get the Elgg framework
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
gatekeeper();
$context = get_context();
$title = elgg_view_title(elgg_echo('memberlist'));
set_context('search');
$result = list_entities('user');
// Display main admin menu
page_draw(elgg_echo("memberlist"),
elgg_view_layout("two_column_left_sidebar",
'',
$title . elgg_view("everybody/user") . $result)
);
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment