Elgg  Version 5.1
Variables
summary.php File Reference

Go to the source code of this file.

Variables

 $params
 User summary. More...
 

Variable Documentation

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

User summary.

$vars['entity'] ElggEntity $vars['title'] Title link (optional) false = no title, '' = default $vars['metadata'] HTML for entity metadata and actions (optional) $vars['subtitle'] HTML for the subtitle (optional) $vars['tags'] HTML for the tags (optional) $vars['content'] HTML for the entity content (optional)

Definition at line 13 of file summary.php.