Elgg
Version 1.9
|
Go to the source code of this file.
Variables | |
$icon = elgg_extract('icon', $vars) | |
Object full rendering. More... | |
$summary = elgg_extract('summary', $vars) | |
$body = elgg_extract('body', $vars) | |
$class = elgg_extract('class', $vars) | |
if($class) | else |
$header = elgg_view_image_block($icon, $summary) | |
$body = elgg_extract('body', $vars) |
$class = elgg_extract('class', $vars) |
$header = elgg_view_image_block($icon, $summary) |
$icon = elgg_extract('icon', $vars) |
Object full rendering.
Sample output:
$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
$summary = elgg_extract('summary', $vars) |