8 '#label' =>
elgg_echo(
'installation:sitename'),
9 'value' =>
$site->name,
14 'name' =>
'sitedescription',
15 '#label' =>
elgg_echo(
'installation:sitedescription'),
16 '#help' =>
elgg_echo(
'installation:sitedescription:help'),
17 'value' =>
$site->description,
22 'name' =>
'siteemail',
23 '#label' =>
elgg_echo(
'installation:siteemail'),
24 '#help' =>
elgg_echo(
'installation:siteemail:help'),
25 'value' =>
$site->email,
26 'class' =>
'elgg-input-text',
elgg_view_module(string $type, string $title, string $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_get_site_entity()
Get the current site entity.