Elgg
Version 1.9
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
$url
=
current_page_url
();
11
12
$form_vars
= array(
13
'action'
=>
$url
,
14
'disable_security'
=> TRUE,
15
);
16
17
echo
elgg_view_form
(
'install/template'
,
$form_vars
,
$vars
);
current_page_url
current_page_url()
Returns the current page's complete URL.
Definition:
input.php:106
$vars
$vars['type']
Install create admin account page.
Definition:
admin.php:8
elgg_echo
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition:
languages.php:21
elgg_autop
elgg_autop($string)
Create paragraphs from text with line spacing.
Definition:
output.php:56
$url
$url
Definition:
admin.php:10
echo
elgg echo
Translates a string.
Definition:
languages.js:43
$form_vars
$form_vars
Definition:
admin.php:12
elgg_view_form
elgg_view_form($action, $form_vars=array(), $body_vars=array())
Definition:
views.php:1280
Generated on Sat Dec 21 2024 00:00:35 for Elgg by
1.8.11