diff --git a/plugins/browse/prospective.php b/plugins/browse/prospective.php index 41ef88393573a7bdc1f799874aecd4a4020ccf98..ce168f98e2d3753ee28c0f85a8df69fb6efa1cfe 100644 --- a/plugins/browse/prospective.php +++ b/plugins/browse/prospective.php @@ -4,20 +4,7 @@ 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) - ); - + + echo getUserCas(); + ?>