Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
installation
install
pages
welcome.php
Go to the documentation of this file.
1
<?php
6
echo
elgg_autop
(
elgg_echo
(
'install:welcome:instructions'
));
7
8
echo
elgg_view
(
'install/nav'
,
$vars
);
elgg_echo
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition:
languages.php:17
elgg_view
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition:
views.php:156
$vars
$vars
Definition:
theme.php:5
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:23 for Elgg by
1.8.11