Elgg
Version 2.3
|
Go to the source code of this file.
Variables | |
$icon = elgg_extract('icon', $vars) | |
Object full view header. More... | |
$summary = elgg_extract('summary', $vars) | |
$header_params = (array) elgg_extract('header_params', $vars, []) | |
$class = (array) elgg_extract('class', $header_params, []) | |
$class [] = 'elgg-listing-full-header' | |
$header_params ['class'] = implode(' ', $class) | |
$class = (array) elgg_extract('class', $header_params, []) |
Definition at line 15 of file header.php.
Definition at line 16 of file header.php.
$header_params = (array) elgg_extract('header_params', $vars, []) |
Definition at line 14 of file header.php.
Definition at line 17 of file header.php.
$icon = elgg_extract('icon', $vars) |
Object full view header.
$vars['icon'] HTML for the content icon $vars['summary'] HTML for the content summary $vars['header_params'] Vars to pass to image block/header wrapper
Definition at line 11 of file header.php.
$summary = elgg_extract('summary', $vars) |
Definition at line 12 of file header.php.