6 '#label' =>
elgg_echo(
'installation:sitename'),
12 'name' =>
'sitedescription',
13 '#label' =>
elgg_echo(
'installation:sitedescription'),
19 'name' =>
'siteemail',
20 '#label' =>
elgg_echo(
'installation:siteemail'),
21 '#help' =>
elgg_echo(
'installation:siteemail:help'),
23 'class' =>
'elgg-input-text',
28 'name' =>
'default_limit',
29 '#label' =>
elgg_echo(
'installation:default_limit'),
38 '#label' =>
elgg_echo(
'installation:language'),
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
elgg_get_site_entity($site_guid=0)
Get an entity (default is current site)
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_set_form_footer($footer= '')
Sets form footer and defers its rendering until the form view and extensions have been rendered...
elgg echo
Translates a string.
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
get_installed_translations()
Return an array of installed translations as an associative array "two letter code" => "native langua...