Elgg  Version master
Variables
header.php File Reference

Go to the source code of this file.

Variables

 $show_summary = (bool) elgg_extract('show_summary', $vars, false)
 Object full view header. More...
 
if($show_summary) $icon = (string) elgg_extract('icon', $vars)
 
 $summary = (string) elgg_extract('summary', $vars)
 
if(elgg_is_empty($icon)&&elgg_is_empty($summary)) $header_params = (array) elgg_extract('header_params', $vars, [])
 
 $header_params ['class'] = elgg_extract_class($header_params, 'elgg-listing-full-header')
 

Variable Documentation

if (elgg_is_empty($icon)&&elgg_is_empty($summary)) $header_params = (array) elgg_extract('header_params', $vars, [])

Definition at line 30 of file header.php.

$header_params['class'] = elgg_extract_class($header_params, 'elgg-listing-full-header')

Definition at line 31 of file header.php.

if ($show_summary) $icon = (string) elgg_extract('icon', $vars)

Definition at line 24 of file header.php.

$show_summary = (bool) elgg_extract('show_summary', $vars, false)

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 $vars['show_summary'] (bool) render the object/elements/summary view

Definition at line 11 of file header.php.

$summary = (string) elgg_extract('summary', $vars)

Definition at line 25 of file header.php.