Elgg  Version 5.1
Variables
other.php File Reference

Go to the source code of this file.

Variables

 $body
 Advanced site settings, other section. More...
 

Variable Documentation

$body
Initial value:
'#type' => 'checkbox',
'#label' => elgg_echo('config:remove_branding:label'),
'#help' => elgg_echo('config:remove_branding:help'),
'name' => 'remove_branding',
'checked' => (bool) elgg_get_config('remove_branding'),
'switch' => true,
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
Definition: views.php:1133
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Advanced site settings, other section.

Definition at line 6 of file other.php.