Elgg
Version 4.3
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_echo
elgg_echo($message_key, array $args=[], $language="")
Elgg language module Functions to manage language and translations.
Definition:
languages.php:18
$vars
$vars['breadcrumbs']
Definition:
admin.php:18
elgg_autop
elgg_autop($string)
Create paragraphs from text with line spacing.
Definition:
output.php:56
elgg_view_form
elgg_view_form($action, $form_vars=[], $body_vars=[])
Definition:
views.php:1064
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
echo
elgg echo
Translates a string.
Definition:
deprecated.js:530
Generated on Sun Aug 14 2022 00:00:18 for Elgg by
1.8.11