aboutsummaryrefslogtreecommitdiff
path: root/views/default/group/elements/summary.php
blob: 395ed5292f7a0bda3e65ee62ec4490b25995a838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Group summary
 *
 * @uses $vars['entity']    ElggEntity
 * @uses $vars['title']     Title link (optional) false = no title, '' = default
 * @uses $vars['metadata']  HTML for entity metadata and actions (optional)
 * @uses $vars['subtitle']  HTML for the subtitle (optional)
 * @uses $vars['tags']      HTML for the tags (optional)
 * @uses $vars['content']   HTML for the entity content (optional)
 */

echo elgg_view('object/elements/summary', $vars);