aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/closedmembership.php
blob: 129e208051d92604a293000441cc4d10673cf55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
	/**
	 * Elgg groups plugin full profile view (for a closed group you haven't joined).
	 * 
	 * @package ElggGroups
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Curverider
	 * @copyright Curverider Ltd 2008-2009
	 * @link http://elgg.com/
	 */

?>
<div id="groups_closed_membership">
	<p><?php echo elgg_echo('groups:closedgroup'); ?></p>
</div>