Elgg  Version master
Variables
summary.php File Reference

Go to the source code of this file.

Variables

 $params
 User summary. More...
 

Variable Documentation

◆ $params

$params
Initial value:
= [
'content' => elgg_view('user/elements/summary/content', $vars),
'subtitle' => elgg_view('user/elements/summary/subtitle', $vars),
]
$vars
Definition: theme.php:5
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.
Definition: views.php:156

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)

Definition at line 13 of file summary.php.