Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
installation
install
pages
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
10
$form_vars
= [
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
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition:
views.php:1033
elgg_echo
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition:
languages.php:17
$vars
$vars['sidebar']
Definition:
admin.php:16
elgg_get_current_url
elgg_get_current_url()
Returns the current page's complete URL.
Definition:
pagehandler.php:121
$form_vars
$form_vars
Definition:
admin.php:10
elgg_autop
elgg_autop(string $string)
Create paragraphs from text with line spacing.
Definition:
output.php:67
Generated on Wed Dec 4 2024 00:00:22 for Elgg by
1.8.11