Elgg
Version 2.3
|
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', 'elgg-content', 'clearfix']) |
$header = elgg_view('object/elements/full/header', $vars) | |
$body = elgg_view('object/elements/full/body', $vars) | |
if (!$entity instanceof ElggEntity) $class = elgg_extract_class($vars, ['elgg-listing-full', 'elgg-content', 'clearfix']) |
$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['class'] Optional additional class for the content wrapper $vars['header_params'] Vars to pass to the header image block wrapper