Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
Object full view. More... | |
if(!$entity instanceof\ElggEntity) | $class = elgg_extract_class($vars, 'elgg-listing-full') |
$content = elgg_view('object/elements/full/header', $vars) | |
if (!$entity instanceof\ElggEntity) $class = elgg_extract_class($vars, 'elgg-listing-full') |
$entity = elgg_extract('entity', $vars) |
Object full view.
$vars['entity'] ElggEntity $vars['icon'] HTML for the content icon $vars['summary'] HTML for the content summary $vars['body'] HTML for the content body $vars['attachments'] HTML for the attachments $vars['responses'] HTML for the responses $vars['show_navigation'] Boolean (default false) to determine if entity navigation should be shown $vars['class'] Optional additional class for the content wrapper $vars['header_params'] Vars to pass to the header image block wrapper $vars['body_params'] Attributes to pass to the body wrapper