aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/profile/layout.php
blob: f513f10aee9ca25b3fc67839bcc8ea2665d81ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Layout of the groups profile page
 *
 * @uses $vars['entity']
 */

echo elgg_view('groups/profile/summary', $vars);
if (group_gatekeeper(false)) {
	echo elgg_view('groups/profile/widgets', $vars);
} else {
	echo elgg_view('groups/profile/closed_membership');
}