9 '#label' =>
elgg_echo(
'installation:wwwroot'),
16 '#label' =>
elgg_echo(
'installation:path'),
24 '#label' =>
elgg_echo(
'installation:dataroot'),
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, system section.
elgg_view_module($type, $title, $body, array $vars=array())
Wrapper function for the module display pattern.