Elgg  Version 6.2
Variables
header.php File Reference

Go to the source code of this file.

Variables

 $defaults
 Generic entity header upload helper. More...
 
 $vars = array_merge($defaults, $vars)
 

Variable Documentation

◆ $defaults

$defaults
Initial value:
= [
'name' => 'header',
'icon_type' => 'header',
'cropper_aspect_ratio_size' => 'header',
'cropper_show_messages' => true,
]

Generic entity header upload helper.

Examples
/root/Elgg/engine/classes/Elgg/FormsService.php, and /root/Elgg/engine/lib/views.php.

Definition at line 6 of file header.php.

◆ $vars

$vars = array_merge($defaults, $vars)

Definition at line 13 of file header.php.