9 'label' =>
elgg_echo(
'installation:registration:label'),
10 '#help' =>
elgg_echo(
'installation:registration:description'),
11 'name' =>
'allow_registration',
17 '#type' =>
'checkbox',
18 'label' =>
elgg_echo(
'installation:walled_garden:label'),
19 '#help' =>
elgg_echo(
'installation:walled_garden:description'),
20 'name' =>
'walled_garden',
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg echo
Translates a string.
$body
Advanced site settings, site access section.
elgg_view_module($type, $title, $body, array $vars=array())
Wrapper function for the module display pattern.