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