Elgg  Version 5.1
settings.php
Go to the documentation of this file.
1 <?php
2 
3 echo elgg_autop(elgg_echo('install:settings:instructions'));
4 
5 $vars['type'] = 'settings';
6 
8  'action' => elgg_get_current_url(),
9  'disable_security' => true,
10 ];
11 
12 echo elgg_view_form('install/template', $form_vars, $vars);
$vars['type']
Definition: settings.php:5
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition: views.php:1054
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_get_current_url()
Returns the current page&#39;s complete URL.
$form_vars
Definition: settings.php:7
elgg_autop(string $string)
Create paragraphs from text with line spacing.
Definition: output.php:67