Elgg  Version 2.3
Variables
system.php File Reference

Go to the source code of this file.

Variables

 $body
 Advanced site settings, system section. More...
 
 $dataroot_in_settings = !empty($GLOBALS['_ELGG']->dataroot_in_settings)
 

Variable Documentation

$body
Initial value:
'#type' => 'text',
'name' => 'wwwroot',
'#label' => elgg_echo('installation:wwwroot'),
'value' => elgg_get_config('wwwroot'),
])
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.
Definition: views.php:1424
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21

Advanced site settings, system section.

Definition at line 6 of file system.php.

$dataroot_in_settings = !empty($GLOBALS['_ELGG']->dataroot_in_settings)

Definition at line 20 of file system.php.