aboutsummaryrefslogtreecommitdiff
path: root/views/default/user/elements/summary.php
blob: 46d11c14c97821c7991dd16bbeb84dc6359f2c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * User 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);