8 'label' =>
elgg_echo(
'installation:registration:label'),
9 'name' =>
'allow_registration',
15 'label' =>
elgg_echo(
'installation:walled_garden:label'),
16 'name' =>
'walled_garden',
22 'label' =>
elgg_echo(
'installation:httpslogin:label'),
23 'name' =>
'https_login',
29 <
fieldset class=
"elgg-fieldset" id=
"elgg-settings-advanced-site-access">
34 <
p class=
"elgg-text-help"><?php
echo elgg_echo(
'installation:registration:description'); ?></
p>
39 <
p class=
"elgg-text-help"><?php
echo elgg_echo(
'installation:walled_garden:description'); ?></
p>
45 <
p class=
"elgg-text-help"><?php
echo elgg_echo(
'installation:httpslogin'); ?></
p>
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg echo
Translates a string.
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
$allow_reg_input
Advanced site settings, site access section.