Elgg  Version 6.2
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

◆ $header_params [1/2]

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 [2/2]

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

Definition at line 31 of file header.php.

◆ $icon

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

Definition at line 24 of file header.php.

◆ $show_summary

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

Object full view header.

@uses $vars['icon'] HTML for the content icon @uses $vars['summary'] HTML for the content summary @uses $vars['header_params'] Vars to pass to image block/header wrapper @uses $vars['show_summary'] (bool) render the object/elements/summary view

Definition at line 11 of file header.php.

◆ $summary

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

Definition at line 25 of file header.php.