aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/profile/widgets.php
blob: 75c04c81070733646ae51ffff3543e076c12b9a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
* Profile widgets/tools
* 
* @package ElggGroups
*/ 
	
// tools widget area
echo '<div id="groups-tools" class="elgg-gallery elgg-gallery-fluid mtl clearfix">';
	
// enable tools to extend this area
echo elgg_view("groups/tool_latest", array('entity' => $vars['entity']));

echo "</div>";