aboutsummaryrefslogtreecommitdiff
path: root/pages/entities/list.php
blob: c926de42ec427d6a4b68a2f1d471514b4476b1bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Entity viewer
 *
 * @package Elgg
 * @subpackage Core
 */

elgg_push_context('search');
$area2 = elgg_list_entities();
elgg_pop_context();

$body = elgg_view_layout('two_column_left_sidebar', $area1, $area2);

echo elgg_view_page("", $body);